{
    "data": {
        "__schema": {
            "queryType": {
                "name": "Query"
            },
            "mutationType": {
                "name": "Mutation"
            },
            "subscriptionType": {
                "name": "Subscription"
            },
            "types": [
                {
                    "kind": "OBJECT",
                    "name": "Query",
                    "description": null,
                    "fields": [
                        {
                            "name": "AccessPoint",
                            "description": "Get info about an access point",
                            "args": [
                                {
                                    "name": "apId",
                                    "description": "The apId for the access point",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "nodeMac",
                                    "description": "The nodeMac for the access point",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AccessPoint",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Acls",
                            "description": "Get requested acls",
                            "args": [
                                {
                                    "name": "userId",
                                    "description": "The userId to fetch permissions for",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "permissions",
                                    "description": "The permissions being requested",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "JSON",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "The locationId",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "The organizationId",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Acl",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AvailableAcls",
                            "description": "Get available acls that may be set on Jobs. This will be a combination of core acls and skill acls installed for the Organization",
                            "args": [
                                {
                                    "name": "organizationId",
                                    "description": "The organizationId",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AvailableAclGroup",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserAcls",
                            "description": "Get all acls for a user based on slug(s)",
                            "args": [
                                {
                                    "name": "userId",
                                    "description": "The userId to fetch permissions for",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "slugs",
                                    "description": "The slugs to request permissions for. May be a combination of \"core\" and/or skill slugs",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "If set, will scope the returned acls to the locationId spcified",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "The organizationId",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserAclsResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Audits",
                            "description": "Get audit logs for an organization. Max/default limit is 200.",
                            "args": [
                                {
                                    "name": "organizationId",
                                    "description": "The id of the organization to get audit logs for",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Audit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BigSearch",
                            "description": "Search big in the platform. Users, locations, skills, you name it, we searrch it!",
                            "args": [
                                {
                                    "name": "organizationId",
                                    "description": "The ID of the organization",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "Optional location ID",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "search",
                                    "description": "The search string, any arbitrary string",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": "The limit for search results.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": "How much to offset the results.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "section",
                                    "description": "If you only want to search a particular section.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "types",
                                    "description": "You can specify the types of results you want to search for. Defaults to any.",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "ENUM",
                                                "name": "BigSearchObjectType",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "BigSearchResultSectionType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Calendar",
                            "description": "Gets information about a single Calendar. Depending on user permissions, additional information may be available.",
                            "args": [
                                {
                                    "name": "id",
                                    "description": "The id of Calendar we are looking for. In the form of `${skillSlug}:calendar-id`",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "The id of the organization",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "Location for this calendar",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Calendar",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Calendars",
                            "description": "Gets all of the page Calendar's register by a skill. Depending on user permissions, additional information may be available.",
                            "args": [
                                {
                                    "name": "page",
                                    "description": "The page of Calendar's we are looking for",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "The id of the organization",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "The location we are viewing (if not at the org level)",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Calendar",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DashboardCards",
                            "description": "Gets all DashboardCards from a Skill for a user or the page user.",
                            "args": [
                                {
                                    "name": "page",
                                    "description": "The page to retrieve dashboard cards from.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "debugGetUserJwts",
                            "description": "Gets jwts and login urls for users to allow logging in as a different user for debugging purposes. Limit is 50",
                            "args": [
                                {
                                    "name": "locationId",
                                    "description": "Get login for all users that are part of this location",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "Get login for all users that are part of this organization",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "userId",
                                    "description": "Get login for a specific user",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": "The offset for fetching users",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": "The number of records to fetch",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "debugGetUserJwtsResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FeedItems",
                            "description": "Get feed items. Max/default limit is 200.",
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "userId",
                                    "description": "The id of the user to fetch feed items for",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "The id of the organization to fetch feed items for",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "The id of the location to fetch feed items for",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FeedItemConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FileItems",
                            "description": "[Skill Only] Get files",
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "fileItemIds",
                                    "description": "A list of file ids to fetch",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ID",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FileItemConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Group",
                            "description": "Get Group",
                            "args": [
                                {
                                    "name": "id",
                                    "description": "The group id",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "The organization's id",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Group",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Groups",
                            "description": "Get Groups for an organization",
                            "args": [
                                {
                                    "name": "organizationId",
                                    "description": "Organization permissions may grant access to additional fields.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "notAssociatedToLocationId",
                                    "description": "If set, will find groups that are NOT associated to the location",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "GroupConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Job",
                            "description": "Get job by id for an Organization.",
                            "args": [
                                {
                                    "name": "organizationId",
                                    "description": "Organization permissions may grant access to additional fields.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "id",
                                    "description": "id of the job.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Job",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Jobs",
                            "description": "Gets Jobs for an Organization. Max/default limit 50.",
                            "args": [
                                {
                                    "name": "organizationId",
                                    "description": "Organization permissions may grant access to additional fields.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "JobConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Location",
                            "description": "Get public or team scoped (if \"can_view_teammate_roles\") information about a single location.",
                            "args": [
                                {
                                    "name": "id",
                                    "description": "id of the location",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Locations",
                            "description": "Get public information about locations. Max/default limit 50.",
                            "args": [
                                {
                                    "name": "organizationId",
                                    "description": "The user must have the \"can_view_organization_locations\" permission.\n\nAdditionally, you can specify \"where.isPublic=true/false\" to limit which Locations are returned.\n\nThe user must have the \"can_view_hidden_organization_locations\" to get locations that are \"isPublic=false\"",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "notInGroupIds",
                                    "description": "Optionally exclude locations that are not in these groups",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "search",
                                    "description": "Optionally search for locations by name, city, state, address, store num, and postal code.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationsForUser",
                            "description": "Get Locations the current user is connected to as a teammate (or above). Max/default limit 50.",
                            "args": [
                                {
                                    "name": "notInGroupIds",
                                    "description": "Optionally exclude locations that are not in these groups",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "search",
                                    "description": "Optionally search for locations by name, city, state, address, store num, and postal code.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationsForUserLocationConnectionConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checkLocationSlug",
                            "description": "Check if a location slug is available.",
                            "args": [
                                {
                                    "name": "slug",
                                    "description": "The slug to check. This value can be any string. It will be slugified before being checked.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "The organization id ",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "If set, will treat a slug that matches the current location slug as valid.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "checkSlugResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "checkStoreNum",
                            "description": "Check if a store num is available.",
                            "args": [
                                {
                                    "name": "storeNum",
                                    "description": "The store num to check. This value can be any string.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "The organization id ",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "If set, will treat a store num that matches the current location store num as valid.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "checkStoreNumResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationSchedule",
                            "description": "Gets Location schedule. Requires that a skill is installed that responds to the \"get-location-schedule\" event.",
                            "args": [
                                {
                                    "name": "locationId",
                                    "description": "Location to get the schedule for",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "startDate",
                                    "description": "The start date to get the location schedule (default today)",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endDate",
                                    "description": "The end date to get the location schedule (default today)",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationSchedule",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationUsers",
                            "description": "Search for users in a location. Max/default limit 50.",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationUsersResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationUsersByJob",
                            "description": "Search for users in a location by job. Max/default limit 50.",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationUsersByJobResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organization",
                            "description": "Gets information about a single organization. Depending on user permissions, additional information may be available.",
                            "args": [
                                {
                                    "name": "id",
                                    "description": "id of the organization",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organizations",
                            "description": "Gets public information about organizations.\n\nMax/default limit 50",
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OrganizationConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OrganizationUsers",
                            "description": "Search for users in a location. Max/default limit 50.",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OrganizationUsersResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OrganizationUsersFilteredByLocationAndJobs",
                            "description": "Search for users in an organization. Max/default limit 50.",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OrganizationUsersFilteredByLocationAndJobsResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Preferences",
                            "description": "Gets preferences.\n\nMax/default limit 50",
                            "args": [
                                {
                                    "name": "keys",
                                    "description": "If specified, will return only the preferences of the keys specified.",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "userId",
                                    "description": "If specified, will get user preferences.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "Requires \"organizationId\" to also be passed. If specified, will get location preferences. Can be used in combination with userId to get User Location preferences",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "If specified, will get organization preferences. Can be used in combination with userId to get User Organization preferences.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PreferenceConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "QuickAddSearch",
                            "description": "Lets you search for a person by phone",
                            "args": [
                                {
                                    "name": "organizationId",
                                    "description": "The ID of the organization",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "phoneNumber",
                                    "description": "The phone number you are searching against",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "QuickAddSearchResult",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TeammateSchedules",
                            "description": "Gets teammate schedules at a location",
                            "args": [
                                {
                                    "name": "organizationId",
                                    "description": "The id of the organization",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "The location we are viewing",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "userIds",
                                    "description": "Limit the respone to only certain users",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "startDate",
                                    "description": "The date to start fetching schedules. Format of YYYY-MM-DD. defaults to today",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endDate",
                                    "description": "The end date for schedules. Format of YYYY-MM-DD. defaults to today",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TeammateSchedule",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Search",
                            "description": "Search for information across the product.",
                            "args": [
                                {
                                    "name": "query",
                                    "description": "What you would like to search Spruce for.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "What organization you'd like to search",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SearchResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Settings",
                            "description": "Get settings for a page",
                            "args": [
                                {
                                    "name": "page",
                                    "description": "The type of settings to get. Valid options are: \"skill_settings_user\", \"skill_settings_user_org\", \"skill_settings_user_location\", \"skill_settings_org\", or \"skill_settings_location\"",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "skillId",
                                    "description": "The skill id to fetch settings for\"",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "If on a location specific page, include the locationId",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "If on an organization or location specific page, include the organizationId",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Setting",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GetSettings",
                            "description": "[Skill Only] Get settings for a skill",
                            "args": [
                                {
                                    "name": "requestedSettings",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "userId",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "GetSettingsResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skill",
                            "description": "Get information about a single skill. If requesting as an authenticated skill, may have access to additional information.",
                            "args": [
                                {
                                    "name": "id",
                                    "description": "id of the skill",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Skill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skills",
                            "description": "Get available (published) skills. Max/default limit 50",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Skill",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SkillViews",
                            "description": "Get information about a single skill. If requesting as an authenticated skill, may have access to additional information.",
                            "args": [
                                {
                                    "name": "page",
                                    "description": "The page to get views for. Example: \"location_dashboard\"",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "If on a location specific page, include the locationId",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "If on an organization or location specific page, include the organizationId",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "pageUserId",
                                    "description": "For any page where we are viewing a user (guest, teammate, etc.)",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "skillId",
                                    "description": "For viewing any skill settings page.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "groupId",
                                    "description": "The groupId.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "jobTitleId",
                                    "description": "The job title Id.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SkillView",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UnconfirmedUsers",
                            "description": "Get unconfirmed users (invited users)",
                            "args": [
                                {
                                    "name": "organizationId",
                                    "description": "The organization to fetch invites for",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "The location to fetch invites for",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UnconfirmedUserConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "User",
                            "description": "Get information about a single user. If organizationId or locationId is passed and the requesting user has elevated org/location permissions, additional info about the user may be available. By default will return public information about user.",
                            "args": [
                                {
                                    "name": "id",
                                    "description": "id of the user to get",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "Organization permissions may grant access to additional fields.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "Location permissions may grant access to additional fields.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserLocations",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "Organization permissions may grant access to additional fields.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "Location permissions may grant access to additional fields.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserLocationConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserOrganizations",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "Organization permissions may grant access to additional fields.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "Location permissions may grant access to additional fields.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserOrganizationConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Visits",
                            "description": "Gets information about a user's visits",
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "orderBy",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "VisitsOrderBy",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "The organization to look up visits for",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "Optionally limit the visits to a single location",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "userId",
                                    "description": "Optionally limit the visits to a single user",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "VisitConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "testSimpleQuery",
                            "description": "Test a simple query",
                            "args": [
                                {
                                    "name": "id",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "TestType",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getFirstUser",
                            "description": "Test returning a single Sequelize User Model",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loadFirstLocations",
                            "description": "Test using relay and using advanced resolver with selected fields",
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "JSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "loadUserOrLocation",
                            "description": "Test of union resolution",
                            "args": [
                                {
                                    "name": "type",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "UNION",
                                "name": "Model",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getSkillConnectionSettings",
                            "description": "Get a skill token and other info for the currently logged in user. This info can be used to load a skill view or redirect the user.",
                            "args": [
                                {
                                    "name": "organizationId",
                                    "description": "The organization id",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "The location ID. If passed organizationId must also be set and match the location",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "skillId",
                                    "description": "The skill ID that is being loaded. Either 'skillId' or 'slug' is required.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "slug",
                                    "description": "The skill slug (v2Slug) that is being loaded. Either 'skillId' or 'slug' is required.",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "expiresIn",
                                    "description": "The JWT expiration (in seconds)",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "GetSkillConnectionSettingsResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CalendarEvents",
                            "description": "Get all the calendar events for a specific calendar",
                            "args": [
                                {
                                    "name": "calendarId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "userIds",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "NON_NULL",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ID",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "startAt",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endAt",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "useMockData",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CalendarEvent",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Cards",
                            "description": "Pull cards for a particular view",
                            "args": [
                                {
                                    "name": "page",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "pageUserId",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "skillId",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "useMockData",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CardResponse",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "getUIEnhancements",
                            "description": "Get UI enhancements for a section",
                            "args": [
                                {
                                    "name": "view",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "payload",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "JSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "GetUIEnhancementsResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "ID",
                    "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "String",
                    "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AccessPoint",
                    "description": "An access point",
                    "fields": [
                        {
                            "name": "apId",
                            "description": "The uuid sent from the access point",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "firstConnect",
                            "description": "flag to tell us that this ap is being set up",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Location",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AccessPointEvents",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AccessPointHasManyAccessPointEventsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserLocations",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AccessPointHasManyUserLocationsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "Boolean",
                    "description": "The `Boolean` scalar type represents `true` or `false`.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Warning",
                    "description": "The scope warnings for a query",
                    "fields": [
                        {
                            "name": "scopes",
                            "description": "The list of scope warning on a query",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ScopeWarning",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ScopeWarning",
                    "description": "The scope warnings for a query",
                    "fields": [
                        {
                            "name": "field",
                            "description": "The field not allowed in this query using the requested scope",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "SequelizeJSON",
                    "description": "The `JSON` scalar type represents raw JSON as values.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Location",
                    "description": "A location",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "The location name",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "timezone",
                            "description": "The timezone",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addressLine1",
                            "description": "Address line 1",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addressLine2",
                            "description": "Address line 2",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addressCity",
                            "description": "City",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addressState",
                            "description": "State / Province / Region",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addressZip",
                            "description": "Zip / Postal Code",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addressCountry",
                            "description": "The country",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "profileImages",
                            "description": "The user profile images. If profileImageUUID is null this will return default images",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isPublic",
                            "description": "Is this location visible to the world?",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "archived",
                            "description": "Does this location exist anymore?",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enableLockScreen",
                            "description": "Enable the lock screen functionality on web.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phoneNumber",
                            "description": "The main phone number to get in contact w/ the Location",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slug",
                            "description": "The location slug. Must be unique.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "storeNum",
                            "description": "Location store num",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OrganizationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organization",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skills",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationBelongsToManySkillsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Groups",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationBelongsToManyGroupsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Messages",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationHasManyMessagesConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Visits",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationHasManyVisitsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AccessPoints",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationHasManyAccessPointsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserLocations",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationHasManyUserLocationsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UnconfirmedUsers",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationHasManyUnconfirmedUsersConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AppTokens",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationHasManyAppTokensConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Metadata",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationHasManyMetadataConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Users",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationBelongsToManyUsersConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationSkills",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationHasManyLocationSkillsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "geo",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Organization",
                    "description": "An organization",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "The organization name",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "billingEnabled",
                            "description": "Everything is free?",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "allowWhiteLabelling",
                            "description": "Is this org paying to enable white labelling?",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "whiteLabellingStylesheetUrl",
                            "description": "External stylesheet URL",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slug",
                            "description": "The organization slug. Must be unique.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Locations",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OrganizationHasManyLocationsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Groups",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OrganizationHasManyGroupsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Users",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OrganizationBelongsToManyUsersConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Categories",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OrganizationBelongsToManyCategoriesConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skills",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OrganizationBelongsToManySkillsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Metadata",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OrganizationHasManyMetadataConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "locationCount",
                            "description": "The number of locations that are in this organization",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "Int",
                    "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationHasManyLocationsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OrganizationHasManyLocationsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PageInfo",
                    "description": "Information about pagination in a connection.",
                    "fields": [
                        {
                            "name": "hasNextPage",
                            "description": "When paginating forwards, are there more items?",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasPreviousPage",
                            "description": "When paginating backwards, are there more items?",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startCursor",
                            "description": "When paginating backwards, the cursor to continue.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endCursor",
                            "description": "When paginating forwards, the cursor to continue.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationHasManyLocationsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationHasManyGroupsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OrganizationHasManyGroupsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationHasManyGroupsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Group",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Group",
                    "description": "A group",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "The group name",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDefault",
                            "description": "Whether this is a default group. Default groups may not be deleted",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OrganizationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organization",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationGroups",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "GroupHasManyLocationGroupsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserGroups",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "GroupHasManyUserGroupsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Locations",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "GroupBelongsToManyLocationsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Users",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "GroupBelongsToManyUsersConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GroupHasManyLocationGroupsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "GroupHasManyLocationGroupsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GroupHasManyLocationGroupsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationGroup",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationGroup",
                    "description": "A location group",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GroupId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Location",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Group",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Group",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GroupHasManyUserGroupsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "GroupHasManyUserGroupsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GroupHasManyUserGroupsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserGroup",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserGroup",
                    "description": "A user group",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GroupId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "JobId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OrganizationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "User",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Group",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Group",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Job",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Job",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organization",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationGroups",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserGroupHasManyLocationGroupsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "User",
                    "description": "A user",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "firstName",
                            "description": "The users first name.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastName",
                            "description": "The users last name.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "The users name and first initial. May be null if firstName is not set.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "casualName",
                            "description": "The user first name or \"Friend\" if it is not set",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phoneNumber",
                            "description": "The user's phone number",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "profileImageUUID",
                            "description": "The base profile image uuid.  Used to build the filename for various profile image sizes.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "profileImages",
                            "description": "The user profile images",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultProfileImages",
                            "description": "Default profile images to use if the user does not have a custom image set.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "SequelizeJSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastMessageDelivered",
                            "description": "Whether the last message sent to the user was successfully delivered",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acceptedMobileTermsAt",
                            "description": "Date when user last accepted Mobile T&Cs and Privacy Policy",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updatedAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserIdentities",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserHasManyUserIdentitiesConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserDevices",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserHasManyUserDevicesConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserGroups",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserHasManyUserGroupsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserOrganizations",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserHasManyUserOrganizationsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Visits",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserHasManyVisitsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Messages",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserHasManyMessagesConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserLocations",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserHasManyUserLocationsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Locations",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserBelongsToManyLocationsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organizations",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserBelongsToManyOrganizationsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Groups",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserBelongsToManyGroupsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AppTokens",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserHasManyAppTokensConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Metadata",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserHasManyMetadataConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DashboardCards",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserHasManyDashboardCardsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acl",
                            "description": "[Skill Only] Get the user acls for this skill",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "JSON",
                    "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "Date",
                    "description": "A special custom Scalar type for Dates that converts to a ISO formatted string ",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyUserIdentitiesConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserHasManyUserIdentitiesEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyUserIdentitiesEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserIdentity",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserIdentity",
                    "description": "A user identity",
                    "fields": [
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "User",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyUserDevicesConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserHasManyUserDevicesEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyUserDevicesEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserDevice",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserDevice",
                    "description": "A user device",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "macAddress",
                            "description": "The user device mac address",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deviceOS",
                            "description": "The operating system running on the device (\"mac\" | \"ios\" | \"android\")",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pushToken",
                            "description": "The push notification token for this device.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "User",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyUserGroupsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserHasManyUserGroupsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyUserGroupsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserGroup",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyUserOrganizationsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserHasManyUserOrganizationsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyUserOrganizationsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserOrganizaiton",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserOrganizaiton",
                    "description": "A user organization",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "role",
                            "description": "The role of the user at the organization level. Currently only option is \"owner\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OrganizationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "User",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organization",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyVisitsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserHasManyVisitsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyVisitsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Visit",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Visit",
                    "description": "A user visit",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "role",
                            "description": "This tells us what type of user this is at this location",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "User",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Location",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyMessagesConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserHasManyMessagesEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyMessagesEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Message",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Message",
                    "description": "A message",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sender",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "The current status of the message. May be one of: \"scheduled\", \"accepted\", \"queued\", \"sending\", \"sent\", \"failed\", \"delivered\", \"undelivered\", \"receiving\", \"received\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "body",
                            "description": "The content of the message",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sendAt",
                            "description": "If set, will not send the message until the specified time. If null will send immediately",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "webViewQueryData",
                            "description": "If linksToWebView=true, additional data that is passed when the link is followed to allow for deep linking",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "SequelizeJSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "linksToWebView",
                            "description": "Whether to include a link with the message. Can be used in conjunction with webViewQueryData to deep link.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "push",
                            "description": "The push notification content of the message",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "SequelizeJSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SkillId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "User",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Location",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skill",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Skill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Skill",
                    "description": "A skill",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "The skill name",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "The skill type. Will be one of: \"regular\", \"global\", \"enterprise\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slug",
                            "description": "The skill slug that will also be used as the stripe plan id",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "v2Slug",
                            "description": "The v2 skill slug. When v1 slug is set, hyphens become underscores for v2.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "The skill description",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "webhookUrl",
                            "description": "The webhook to post data to from sprucebot",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "iframeUrl",
                            "description": "The web view",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "apiKey",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "marketingUrl",
                            "description": "The marketing url",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icon",
                            "description": "The skill icon",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "eventContract",
                            "description": "Describes both the events that the skill subscribes to and the events that is publishes",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "SequelizeJSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "uiEnhancementContract",
                            "description": "Describes both the events that the skill subscribes to and the events that is publishes",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "SequelizeJSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acl",
                            "description": "Describes the ACLs that this skill provides.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "SequelizeJSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "developerEmail",
                            "description": "The email for the skill developer. This may be used to send reporting information.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "version",
                            "description": "The skill version.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "skillsKitVersion",
                            "description": "The @sprucelabs/spruce-skill version.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "viewVersion",
                            "description": "The skill view version to use.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Locations",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SkillBelongsToManyLocationsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organizations",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SkillBelongsToManyOrganizationsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationSkills",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SkillHasManyLocationSkillsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OrganizationSkills",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SkillHasManyOrganizationSkillsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Plans",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SkillBelongsToManyPlansConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Messages",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SkillHasManyMessagesConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SkillData",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SkillHasManySkillDataConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Metadata",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SkillHasManyMetadataConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Partners",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SkillBelongsToManyPartnersConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DashboardCards",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SkillHasManyDashboardCardsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillBelongsToManyLocationsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SkillBelongsToManyLocationsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillBelongsToManyLocationsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillBelongsToManyOrganizationsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SkillBelongsToManyOrganizationsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillBelongsToManyOrganizationsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillHasManyLocationSkillsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SkillHasManyLocationSkillsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillHasManyLocationSkillsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationSkill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationSkill",
                    "description": "A location skill mapping",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SkillId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skill",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Skill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Location",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillHasManyOrganizationSkillsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SkillHasManyOrganizationSkillsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillHasManyOrganizationSkillsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OrganizationSkill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationSkill",
                    "description": "An organization skill mapping",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OrganizationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SkillId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skill",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Skill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organization",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillBelongsToManyPlansConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SkillBelongsToManyPlansEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillBelongsToManyPlansEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Plan",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Plan",
                    "description": "A plan",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skills",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PlanBelongsToManySkillsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PlanBelongsToManySkillsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PlanBelongsToManySkillsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PlanBelongsToManySkillsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Skill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillHasManyMessagesConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SkillHasManyMessagesEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillHasManyMessagesEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Message",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillHasManySkillDataConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SkillHasManySkillDataEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillHasManySkillDataEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "SkillData",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillData",
                    "description": "Skill data",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "key",
                            "description": "The data key",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "value",
                            "description": "The data value",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "SequelizeJSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updatedAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SkillId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OrganizationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Location",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "User",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skill",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Skill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organization",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillHasManyMetadataConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SkillHasManyMetadataEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillHasManyMetadataEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Metadata",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Metadata",
                    "description": "Metadata entry",
                    "fields": [
                        {
                            "name": "key",
                            "description": "The piece of data key. This must be unique (when combined with associated models).",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "val",
                            "description": "The piece of data value.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "SequelizeJSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updatedAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SkillId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OrganizationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Location",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "User",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skill",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Skill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organization",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UnconfirmedUser",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UnconfirmedUser",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UnconfirmedUser",
                    "description": "An unconfirmed user",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phoneNumber",
                            "description": "The user's phone number",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "firstName",
                            "description": "The first name",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastName",
                            "description": "The last name",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "First name and last initial",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "invite",
                            "description": "Status of invitation. Will be one of \"pending\" or \"accepted\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "role",
                            "description": "This tells us what type of user this is at this location",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultProfileImages",
                            "description": "Default profile image to use when displaying this unconfirmed user",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "SequelizeJSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "inviteRoles",
                            "description": "An array of roles to assign the user when the invite is accepted",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "SequelizeJSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserDevice",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserDevice",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Location",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organization",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MagicLinks",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UnconfirmedUserHasManyMagicLinksConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UnconfirmedUserHasManyMagicLinksConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UnconfirmedUserHasManyMagicLinksEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UnconfirmedUserHasManyMagicLinksEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "MagicLink",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "MagicLink",
                    "description": "A magic link",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "token",
                            "description": "The magic link token that can be used to log in",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UnconfirmedUser",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UnconfirmedUser",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillBelongsToManyPartnersConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SkillBelongsToManyPartnersEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillBelongsToManyPartnersEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Partner",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Partner",
                    "description": "A partner",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "The name of the partner company",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skills",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "PartnerBelongsToManySkillsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PartnerBelongsToManySkillsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PartnerBelongsToManySkillsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PartnerBelongsToManySkillsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Skill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillHasManyDashboardCardsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "SkillHasManyDashboardCardsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillHasManyDashboardCardsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "DashboardCard",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "DashboardCard",
                    "description": "A dashboard card",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "page",
                            "description": "The page in a skill the DashboardCard goes with.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "skillCardId",
                            "description": "The id from a Skill's card the DashboardCard goes with.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "order",
                            "description": "The DashboardCards order on a page for this grouping",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDismissed",
                            "description": "Whether this DashboardCard was dismissed by the user",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTemporary",
                            "description": "Whether this DashboardCard was dismissed by the user",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updatedAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deletedAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SkillId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "User",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skill",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Skill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyUserLocationsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserHasManyUserLocationsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyUserLocationsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserLocation",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserLocation",
                    "description": "A user location",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "role",
                            "description": "This tells us what type of user this is at this location",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "email",
                            "description": "A valid user email.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "The current status of the user at the location. Either \"online\" or \"offline\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "visits",
                            "description": "Number of total visits of a user to a location",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "optOutOfReports",
                            "description": "Opt out of receiving automated location reports",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastRecordedVisit",
                            "description": "The last time the user was at the location",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDev",
                            "description": "Whether the user is a developer at the location and can install custom skills of their own",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updatedAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastAccessPoint",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "JobId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "User",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Location",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Job",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Job",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AccessPoint",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AccessPoint",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Job",
                    "description": "A job",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDefault",
                            "description": "Whether this is a default job. Default jobs may not be changed or have their ACLs updated",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "role",
                            "description": "The base role for this job. Will initially inherit the default values for this role but (if it is not a default Job) may have custom permissions set after creation. Will be one of: \"owner\", \"groupManager\", \"manager\", \"teammate\", \"guest\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "The Job name. This should be a user-facing friendly name",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acl",
                            "description": "Custom ACL list of permissions. This will be ignored if isDefault=true.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "SequelizeJSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "inStoreAcl",
                            "description": "Custom ACL list of permission overrides requiring a user to be online. This will be ignored if isDefault=true.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "SequelizeJSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OrganizationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organization",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserLocations",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "JobHasManyUserLocationsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserGroups",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "JobHasManyUserGroupsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "jobPermissions",
                            "description": "A list of all permissions for this Job. Includes whether this job can perform a certain action in store / out of store.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "JobPermission",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userCount",
                            "description": "The number of users that are assigned to this job",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JobHasManyUserLocationsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "JobHasManyUserLocationsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JobHasManyUserLocationsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserLocation",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JobHasManyUserGroupsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "JobHasManyUserGroupsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JobHasManyUserGroupsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserGroup",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JobPermission",
                    "description": "A representation of a job acl permissions",
                    "fields": [
                        {
                            "name": "name",
                            "description": "The name of where these permissions come from. \"Booking\" for example.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slug",
                            "description": "The slug for where these permissions come from. \"booking\" for example.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acls",
                            "description": "A list of the individual acls",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "JobPermissionAcl",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JobPermissionAcl",
                    "description": "A single acl",
                    "fields": [
                        {
                            "name": "permission",
                            "description": "The permission string for this acl",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "A friendly, short description of the permission",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "A longer description of the permission",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "The type of permission. Either \"location\" or \"organization\"",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaults",
                            "description": "The default permissions by role",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "JobPermissionAclDefault",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "aclValue",
                            "description": "The current value for this Job whether it has permission or not",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "inStoreAclValue",
                            "description": "The current value for this Job whether it has permission in store or not",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JobPermissionAclDefault",
                    "description": "The defaults of an acl",
                    "fields": [
                        {
                            "name": "groupManager",
                            "description": "The default permission for a groupManager role. This may be overridden on a Job.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "manager",
                            "description": "The default permission for a manager role. This may be overridden on a Job.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "teammate",
                            "description": "The default permission for a teammate role. This may be overridden on a Job.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserBelongsToManyLocationsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserBelongsToManyLocationsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserBelongsToManyLocationsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserBelongsToManyOrganizationsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserBelongsToManyOrganizationsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserBelongsToManyOrganizationsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserBelongsToManyGroupsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserBelongsToManyGroupsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserBelongsToManyGroupsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Group",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyAppTokensConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserHasManyAppTokensEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyAppTokensEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AppToken",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AppToken",
                    "description": "An app token",
                    "fields": [
                        {
                            "name": "token",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "User",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Location",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyMetadataConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserHasManyMetadataEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyMetadataEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Metadata",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyDashboardCardsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserHasManyDashboardCardsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserHasManyDashboardCardsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "DashboardCard",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserGroupHasManyLocationGroupsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserGroupHasManyLocationGroupsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserGroupHasManyLocationGroupsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationGroup",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GroupBelongsToManyLocationsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "GroupBelongsToManyLocationsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GroupBelongsToManyLocationsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GroupBelongsToManyUsersConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "GroupBelongsToManyUsersEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GroupBelongsToManyUsersEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationBelongsToManyUsersConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OrganizationBelongsToManyUsersEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationBelongsToManyUsersEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationBelongsToManyCategoriesConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OrganizationBelongsToManyCategoriesEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationBelongsToManyCategoriesEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Category",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Category",
                    "description": "A category",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "The category name",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icon",
                            "description": "The category icon",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organizations",
                            "description": null,
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CategoryBelongsToManyOrganizationsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CategoryBelongsToManyOrganizationsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CategoryBelongsToManyOrganizationsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CategoryBelongsToManyOrganizationsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationBelongsToManySkillsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OrganizationBelongsToManySkillsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationBelongsToManySkillsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Skill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationHasManyMetadataConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OrganizationHasManyMetadataEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationHasManyMetadataEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Metadata",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationBelongsToManySkillsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LocationBelongsToManySkillsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationBelongsToManySkillsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Skill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationBelongsToManyGroupsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LocationBelongsToManyGroupsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationBelongsToManyGroupsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Group",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationHasManyMessagesConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LocationHasManyMessagesEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationHasManyMessagesEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Message",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationHasManyVisitsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LocationHasManyVisitsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationHasManyVisitsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Visit",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationHasManyAccessPointsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LocationHasManyAccessPointsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationHasManyAccessPointsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AccessPoint",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationHasManyUserLocationsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LocationHasManyUserLocationsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationHasManyUserLocationsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserLocation",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationHasManyUnconfirmedUsersConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LocationHasManyUnconfirmedUsersEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationHasManyUnconfirmedUsersEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UnconfirmedUser",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationHasManyAppTokensConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LocationHasManyAppTokensEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationHasManyAppTokensEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AppToken",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationHasManyMetadataConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LocationHasManyMetadataEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationHasManyMetadataEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Metadata",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationBelongsToManyUsersConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LocationBelongsToManyUsersEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationBelongsToManyUsersEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationHasManyLocationSkillsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LocationHasManyLocationSkillsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationHasManyLocationSkillsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationSkill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AccessPointHasManyAccessPointEventsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AccessPointHasManyAccessPointEventsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AccessPointHasManyAccessPointEventsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AccessPointEvent",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AccessPointEvent",
                    "description": "An access point event",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "The type of event: \"didEnter\", \"didLeave\", \"didSignup\", \"apSubscribe\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "AccessPoint",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AccessPoint",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserDevice",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserDevice",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AccessPointHasManyUserLocationsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AccessPointHasManyUserLocationsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AccessPointHasManyUserLocationsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserLocation",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Acl",
                    "description": "A single acl",
                    "fields": [
                        {
                            "name": "slug",
                            "description": "The slug. Either \"core\" or the skill slug",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "permissions",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "permission",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "permission",
                    "description": "The permission item",
                    "fields": [
                        {
                            "name": "name",
                            "description": "The permission name",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "value",
                            "description": "The permission value",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AvailableAclGroup",
                    "description": "ACLs grouped by slug",
                    "fields": [
                        {
                            "name": "name",
                            "description": "A friendly name that can be displayed to the user",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slug",
                            "description": "The slug for the permission. Either \"core\" or the skill slug",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acls",
                            "description": "The acls",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "AvailableAcl",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AvailableAcl",
                    "description": "A single acl",
                    "fields": [
                        {
                            "name": "permission",
                            "description": "The permission name",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "A short, friendly description of the permission",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "A full (longer) description of the permission",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "The permission type",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaults",
                            "description": "The default values assigned for this acl",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "aclDefaults",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "aclDefaults",
                    "description": "The default acls by role",
                    "fields": [
                        {
                            "name": "groupManager",
                            "description": "The permission default for groupManager",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "manager",
                            "description": "The permission default for manager",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "teammate",
                            "description": "The permission default for teammate",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "guest",
                            "description": "The permission default for guest",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserAclsResponse",
                    "description": "Key/val response of the permissions the user has access to",
                    "fields": [
                        {
                            "name": "slugs",
                            "description": "Whether the dashboard card was added successfully",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "JSON",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Audit",
                    "description": "An audit log entry",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "The type of audit log.  This can be used to group similar audit types together",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "action",
                            "description": "A short description of the action that was taken",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "A long description with more detail about the action that was taken",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ip",
                            "description": "The IP of address of the user when this action occurred",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "meta",
                            "description": "Additional key/value info that will allow for deep linking to where this change was made and/or can be reviewed.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "SequelizeJSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updatedAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SkillId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OrganizationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "User",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skill",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Skill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Location",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organization",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "BigSearchObjectType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "any",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "user",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "location",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "group",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "BigSearchResultSectionType",
                    "description": "A single section of search results for BigSearch",
                    "fields": [
                        {
                            "name": "title",
                            "description": "The title of this section. Rendered as a tab.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "section",
                            "description": "A unique identifier for this section. Similar to a slug.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "results",
                            "description": "Search results for this section",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "BigSearchSectionResults",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "BigSearchSectionResults",
                    "description": "A single search result in a section",
                    "fields": [
                        {
                            "name": "totalCount",
                            "description": "Total results for this section",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "BigSearchResultSectionResultEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "pageInfo",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "BigSearchSectionResultsPageInfo",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "BigSearchResultSectionResultEdge",
                    "description": null,
                    "fields": [
                        {
                            "name": "node",
                            "description": "A single BigSearch result for this section.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "BigSearchResultsRecord",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "BigSearchResultsRecord",
                    "description": "A single search result",
                    "fields": [
                        {
                            "name": "id",
                            "description": "Arbitrary id of this result. Core always returns a UUID, skills may return something else",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "The title of the list item",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subtitle",
                            "description": "The subtitle of the list item",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "image",
                            "description": "The image rendered on the left of the list item",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "action",
                            "description": "How we're going to handle selecting a result",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "BigSearchResultsRecordAction",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "BigSearchResultsRecordAction",
                    "description": "Define what to do if someone selects this search result",
                    "fields": [
                        {
                            "name": "type",
                            "description": "The type of action we want to take, currently supports coreRedirect and import.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "BigSearchResultsRecordActionType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "page",
                            "description": "If the action type is coreRedirect, this is the page we send them to",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "routeParams",
                            "description": "Any arbitrary object that passed to the page, things like \"organizationId\" and \"locationId\".",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "BigSearchResultsRecordActionType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "coreRedirect",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "import",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "BigSearchSectionResultsPageInfo",
                    "description": null,
                    "fields": [
                        {
                            "name": "hasNextPage",
                            "description": "When paginating forwards, are there more items?",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasPreviousPage",
                            "description": "When paginating backwards, are there more items?",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startCursor",
                            "description": "When paginating backwards, the cursor to continue.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endCursor",
                            "description": "When paginating forwards, the cursor to continue.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Calendar",
                    "description": "A Calendar",
                    "fields": [
                        {
                            "name": "id",
                            "description": "The unique identifier for a Calendar",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "The name of the calendar (i.e. appointments)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createActions",
                            "description": "Optionally a calendar can have actions to create new events",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CreateCalendarAction",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CreateCalendarAction",
                    "description": "A create action is presented to the user when they try to create an event on the calendar.",
                    "fields": [
                        {
                            "name": "label",
                            "description": "The label for the create action",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "host",
                            "description": "The base url to load the skill view",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "The skill view slug",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cta",
                            "description": "The CTA title",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "jwt",
                            "description": "The skill jwt used as a query string when loading the skill view",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "debugGetUserJwtsResponse",
                    "description": "The response for debugGetUserJwts",
                    "fields": [
                        {
                            "name": "users",
                            "description": "Array of the user responses",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "debugGetUserJwtsUserJwt",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "debugGetUserJwtsUserJwt",
                    "description": "A single user with authentication info",
                    "fields": [
                        {
                            "name": "User",
                            "description": "The user",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "User",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "jwt",
                            "description": "The jwt",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "link",
                            "description": "The login link w/ jwt",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserLocations",
                            "description": "The UserLocation for this record",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserLocation",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FeedItemConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FeedItemEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FeedItemEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FeedItem",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FeedItem",
                    "description": "A single feed item",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "body",
                            "description": "The feed item body",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "SequelizeJSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updatedAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SkillId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OrganizationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ToUserId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FromUserId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skill",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Skill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Location",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organization",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Message",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Message",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ToUser",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FromUser",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FileItemConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FileItemEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FileItemEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FileItem",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FileItem",
                    "description": "A single file",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "The File name",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mimeType",
                            "description": "The File type",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ext",
                            "description": "The File extension",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "\"image\", \"video\", or \"other\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sizeBytes",
                            "description": "The size of the file in bytes",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "width",
                            "description": "The width (if an image or video)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "height",
                            "description": "The height (if an image or video)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "refId",
                            "description": "A reference id that can be used to associate this file to a model within a skill that is using skill db.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updatedAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deletedAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SkillId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OrganizationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "GuestId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "TeammateId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skill",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Skill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Location",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organization",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Guest",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Teammate",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "meta",
                            "description": "Additional info about the file",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "urls",
                            "description": "The signed url to access the file",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "FileItemUrl",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FileItemUrl",
                    "description": "An object with information about the file",
                    "fields": [
                        {
                            "name": "type",
                            "description": "Either \"original\" or \"resized\". A FileItem should always have an orignal at minimum",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "signedUrl",
                            "description": "URL to access the file",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "filename",
                            "description": "The filename",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ext",
                            "description": "The file extension",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "width",
                            "description": "The width in pixels (for images and videos)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "height",
                            "description": "The height in pixels (for images and videos)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mimeType",
                            "description": "The file mime type",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "imageSize",
                            "description": "The requested image size name used to build the filename.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sizeBytes",
                            "description": "The filesize",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GroupConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "GroupEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GroupEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Group",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JobConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "JobEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "JobEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Job",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LocationEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationsForUserLocationConnectionConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LocationsForUserLocationConnectionEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationsForUserLocationConnectionEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "checkSlugResponse",
                    "description": "Returns \"isAvailable\" boolean to indicate if the slug is available",
                    "fields": [
                        {
                            "name": "isAvailable",
                            "description": "Whether the requested slug is available",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "slug",
                            "description": "The slug that was checked. This might be different than the requested slug because the requested slug is \"slugified\" before checking.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "checkStoreNumResponse",
                    "description": "Returns \"isAvailable\" boolean to indicate if the store num is available",
                    "fields": [
                        {
                            "name": "isAvailable",
                            "description": "Whether the requested store num is available",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "storeNum",
                            "description": "The store num that was checked.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationSchedule",
                    "description": "A Location Schedule",
                    "fields": [
                        {
                            "name": "Skill",
                            "description": "The skill providing the location schedule",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Skill",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "details",
                            "description": "The specific details about the location schedule",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LocationScheduleDetails",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationScheduleDetails",
                    "description": "A Location Schedule details",
                    "fields": [
                        {
                            "name": "date",
                            "description": "The date for the schedule (YYYY-MM-DD)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "schedule",
                            "description": "Array of start/end times for the date",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "LocationScheduleDetailsTimes",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationScheduleDetailsTimes",
                    "description": "A Location Schedule date times",
                    "fields": [
                        {
                            "name": "startTime",
                            "description": "The start of the open time for a location schedule",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "The end of the open time for a location schedule",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationUsersResponse",
                    "description": "[FILTERED] Returns the list of LocationUsers\"",
                    "fields": [
                        {
                            "name": "Users",
                            "description": "The list of location Users",
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": "Array of ordering priorities. Ex: [[\"lastName\", \"ASC\"], [\"firstName\", \"ASC\"]]",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "String",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "The location id to search users for",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "jobIds",
                                    "description": "Optionally filter users who have specific jobs assigned.",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "roles",
                                    "description": "Optionally filter users who have a particular role at a location. Valid options are: owner, groupManager, manager, teammate, guest. This parameter is ignored if \"jobIds\" or \"notInJobIds\" is passed.",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "notInJobIds",
                                    "description": "Optionally filter users who do NOT have specific jobs assigned. This argument is ignored if \"jobIds\" is passed.",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "notInRoles",
                                    "description": "Optionally filter users who do NOT have a particular role at a location. Valid options are: owner, groupManager, manager, teammate, guest. This parameter is ignored if \"jobIds\" \"notInJobIds\", or \"roles\" is passed.",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "search",
                                    "description": "Optionally search for matching users. This is implemented as a case-insensitive check against first and/or last names",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationUserConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationUserConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LocationUserEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationUserEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationUsersByJobResponse",
                    "description": "Returns the list of LocationUsersByJob\"",
                    "fields": [
                        {
                            "name": "Users",
                            "description": "The list of location Users filtered by Job",
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "The location id to search users for",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "jobId",
                                    "description": "The job id to filter users for",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "LocationUserByJobConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationUserByJobConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "LocationUserByJobEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "LocationUserByJobEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OrganizationEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationUsersResponse",
                    "description": "[FILTERED] Returns the list of OrganizationUsers\"",
                    "fields": [
                        {
                            "name": "Users",
                            "description": "The list of location Users",
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "The organization id to search users in",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "groupIds",
                                    "description": "Optionally only include Users that in these groups",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "notInGroupIds",
                                    "description": "Optionally exclude Users that are not in these groups",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "jobIds",
                                    "description": "Optionally filter users who have specific jobs assigned.",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "roles",
                                    "description": "Optionally filter users who have a particular role at a location. Valid options are: owner, groupManager, manager, teammate, guest. This parameter is ignored if \"jobIds\" or \"notInJobIds\" is passed.",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "notInJobIds",
                                    "description": "Optionally filter users who do NOT have specific jobs assigned. This argument is ignored if \"jobIds\" is passed.",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "notInRoles",
                                    "description": "Optionally filter users who do NOT have a particular role at a location. Valid options are: owner, groupManager, manager, teammate, guest. This parameter is ignored if \"jobIds\" \"notInJobIds\", or \"roles\" is passed.",
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "search",
                                    "description": "Optionally search for matching users. This is implemented as a case-insensitive check against first and/or last names",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OrganizationUserConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationUserConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OrganizationUserEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationUserEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationUsersFilteredByLocationAndJobsResponse",
                    "description": "[FILTERED] Returns the list of OrganizationUsersFilteredByLocationAndJobs\"",
                    "fields": [
                        {
                            "name": "Users",
                            "description": "The list of location Users",
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "The organization id to search users in",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "The location id to exclude the users with the jobs in this location from.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "notInJobIds",
                                    "description": "The jobs of users to exclude from the results at a location.",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "SCALAR",
                                                "name": "ID",
                                                "ofType": null
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OrganizationUsersFilteredByLocationAndJobsConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationUsersFilteredByLocationAndJobsConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "OrganizationUsersFilteredByLocationAndJobsEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationUsersFilteredByLocationAndJobsEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PreferenceConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PreferenceEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "PreferenceEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Preference",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Preference",
                    "description": "A preference",
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "key",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "val",
                            "description": "The Preferences",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "SequelizeJSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createdAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updatedAt",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Date",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OrganizationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LocationId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UserId",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Optionally include warnings for values not authorized in this scope",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Warning",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Organization",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Location",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "User",
                            "description": null,
                            "args": [
                                {
                                    "name": "where",
                                    "description": "A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "SequelizeJSON",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "QuickAddSearchResult",
                    "description": "The results to a search based on phone",
                    "fields": [
                        {
                            "name": "firstName",
                            "description": "Person's first name.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lastName",
                            "description": "Person's last name.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TeammateSchedule",
                    "description": "A teammate schedule",
                    "fields": [
                        {
                            "name": "schedules",
                            "description": "The daily schedules",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TeammateScheduleScheduleType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "User",
                            "description": "The user corresponding to this schedule",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "User",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TeammateScheduleScheduleType",
                    "description": "A schedule for a single date",
                    "fields": [
                        {
                            "name": "scheduleDate",
                            "description": "The date YYYY-MM-DD",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "segments",
                            "description": "Combined shifts, breaks, and blocks",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "TeammateScheduleSegmentType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TeammateScheduleSegmentType",
                    "description": "A single segment",
                    "fields": [
                        {
                            "name": "startTime",
                            "description": "The start time of the shift segment. Local to the location timezone.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "endTime",
                            "description": "The end time of the shift segment. Local to the location timezone.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "The type of segment. \"shift\", \"break\", or \"block\"",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subtype",
                            "description": "The subtype of the segment",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SearchResponse",
                    "description": "Returns the list of models found from the platform\"",
                    "fields": [
                        {
                            "name": "Users",
                            "description": "The list of Users found from search",
                            "args": [
                                {
                                    "name": "limit",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "order",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "offset",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "after",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "first",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "before",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "last",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Int",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "orderBy",
                                    "description": null,
                                    "type": {
                                        "kind": "LIST",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "UserTaskOrderBy",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserSearchConnection",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "UserTaskOrderBy",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "UPDATED",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FIRSTNAME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LASTNAME",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserSearchConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserSearchEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserSearchEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Setting",
                    "description": "Some settings",
                    "fields": [
                        {
                            "name": "title",
                            "description": "The title of the settings section",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "page",
                            "description": "The page where this setting is displayed. Valid options are: \"skill_settings_user\", \"skill_settings_org\", or \"skill_settings_location\"",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sections",
                            "description": "The sections to display within settings (rendered in cards)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SettingSection",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SettingSection",
                    "description": "A section within settings",
                    "fields": [
                        {
                            "name": "title",
                            "description": "The title of the section",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fields",
                            "description": "The fields within the section",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "SettingField",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SettingField",
                    "description": "A field within a settings",
                    "fields": [
                        {
                            "name": "name",
                            "description": "The name of the field. This must be a valid JSON key.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "The field type",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acls",
                            "description": "The ACLs required to adjust this setting field",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "props",
                            "description": "The props to be passed to the form builder component",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "currentValue",
                            "description": "The current value of this setting",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GetSettingsResponse",
                    "description": "The requested settings",
                    "fields": [
                        {
                            "name": "settings",
                            "description": "The settings",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SkillView",
                    "description": "A Skill View",
                    "fields": [
                        {
                            "name": "id",
                            "description": "Unique ID to identify this view (for deep linking).",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "The title of the view",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "host",
                            "description": "The host to load for this skill view",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "The path for this skill view",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "viewVersion",
                            "description": "The skill view version to use",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "jwt",
                            "description": "The JWT token used to load the skill view",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skill",
                            "description": "The skill from the response",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Skill",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UnconfirmedUserConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UnconfirmedUserEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UnconfirmedUserEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UnconfirmedUser",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserLocationConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserLocationEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserLocationEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserLocation",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserOrganizationConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "UserOrganizationEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UserOrganizationEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "UserOrganizaiton",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "VisitsOrderBy",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CREATED_AT",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "VisitConnection",
                    "description": "A connection to a list of items.",
                    "fields": [
                        {
                            "name": "pageInfo",
                            "description": "Information to aid in pagination.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "PageInfo",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "edges",
                            "description": "A list of edges.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "VisitEdge",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "totalCount",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "VisitEdge",
                    "description": "An edge in a connection.",
                    "fields": [
                        {
                            "name": "node",
                            "description": "The item at the end of the edge",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Visit",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cursor",
                            "description": "A cursor for use in pagination",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "TestType",
                    "description": "Used for testing only",
                    "fields": [
                        {
                            "name": "id",
                            "description": "a simple id combining the passed id and i suffix like '-1'",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "is The First or The Second",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "address",
                            "description": "This field is overridden by a resolver and should be 'hello world'",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "Model",
                    "description": "Lets us respond with a user or a loction",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "User",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "Location",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "GetSkillConnectionSettingsResponse",
                    "description": null,
                    "fields": [
                        {
                            "name": "token",
                            "description": "A JWT token that can be used to load a skill for the user",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "host",
                            "description": "The base url for the skill. Use this to build the URL with the 'route' and 'routeParams'",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "SCALAR",
                    "name": "DateTime",
                    "description": "A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CalendarEvent",
                    "description": "An event that is rendered on the calendar.",
                    "fields": [
                        {
                            "name": "id",
                            "description": "Id of the calendar event",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "startAt",
                            "description": "When the event starts ISO",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "collection",
                            "description": "A way to arbitarily bundle appointments. Events with the same collection are all highlighted at the same time in the calendar",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isResizable",
                            "description": "Can this event be resized on the calendar?",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "kind",
                            "description": "The kind on an event impacts its color",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "CalendarEventKind",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blocks",
                            "description": "A calendar is comprised of blocks of time. You need at least 1 block to have a valid event.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CalendarEventBlock",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "details",
                            "description": "Additioal details shown after someone taps on an event",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CalendarEventDetails",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userId",
                            "description": "The ID of the user this event will render under",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDraft",
                            "description": "If this is a draft event (meaning it's not booked, but being setup)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasBorder",
                            "description": "Should I render a border for this event?",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CalendarEventKind",
                    "description": "How an event will be rendered in the calendar. Each time represents a standard state of an event.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "default",
                            "description": "How a calendar event renders by default.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tentative",
                            "description": "If an event is not confirmed.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "active",
                            "description": "When an event is happening right now",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "unavailable",
                            "description": "If the event represents a time when the person is not available for additional events (usually matches isBusy)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "blocked",
                            "description": "If the event represents a time where the user us unavailable (break or block)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "upcoming",
                            "description": "The event is ready to go, everyone has confirmed, it just hasn't happened yet",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "past",
                            "description": "If the event is in the past",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warn",
                            "description": "The user should pay attention to this event (maybe the event is unconfirmed and starting in 30 minutes!)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "critical",
                            "description": "Renders the event in red (the event could have already started but attendees have not confirmed)",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CalendarEventBlock",
                    "description": "A block of time that comprises a calendar.",
                    "fields": [
                        {
                            "name": "id",
                            "description": "An optional identifier for this block",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "Any title rendered on the event",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subtitle",
                            "description": "Displayed right under the title",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "durationSec",
                            "description": "How long this block is for, in seconds",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "leftIcons",
                            "description": "An array of icons show on the left of the calendar event",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Icon",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rightIcons",
                            "description": "An array of icons shown on the right of the calendar event",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Icon",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isBusy",
                            "description": "Is the person tied to this event busy during this time?",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Icon",
                    "description": null,
                    "fields": [
                        {
                            "name": "id",
                            "description": "Id for ui caching",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "The name of the icon to render. If not found, this will return null.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isLineIcon",
                            "description": "Set true to render an icon with a stroke, but no fill",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CalendarEventDetails",
                    "description": "The additional details attached to an event. Rendered after someone taps on an event in the calendar",
                    "fields": [
                        {
                            "name": "items",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CalendarEventDetailsItem",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CalendarEventDetailsItem",
                    "description": "Control the rendering of the list item",
                    "fields": [
                        {
                            "name": "type",
                            "description": "How the view should be rendered",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CalendarEventDetailsItemType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "viewModel",
                            "description": "The data fed into the view to configure it.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CalendarEventDetailsItemViewModel",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CalendarEventDetailsItemType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "list",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "button",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "splitButton",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cardBuilder",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toast",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "text",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "markdown",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CalendarEventDetailsItemViewModel",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "List",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "Button",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "CardBuilder",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "Toast",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "Text",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "Markdown",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "SplitButton",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "List",
                    "description": "A list of list items",
                    "fields": [
                        {
                            "name": "id",
                            "description": "Unique id for UI caching",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "header",
                            "description": "List Header",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ListHeader",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "items",
                            "description": "List items",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "UNION",
                                        "name": "ListItemTypes",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSmall",
                            "description": "Set true to make the list smaller",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "areSeparatorsVisible",
                            "description": "Set to true to show separators between list items",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "selectableType",
                            "description": "Optional: set whether to use checkbox or radio for selectable list items",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ListItemSelectableType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ListHeader",
                    "description": null,
                    "fields": [
                        {
                            "name": "title",
                            "description": "Title to render in the header",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subtitle",
                            "description": "Optional subtitle text",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSmall",
                            "description": "Set true for small lists",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actions",
                            "description": "Buttons to associate with the list header",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Button",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Button",
                    "description": null,
                    "fields": [
                        {
                            "name": "id",
                            "description": "Unique ID for rendering in lists",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "kind",
                            "description": "Sets the visual appearance of the button. May be primary, secondary, simple, or caution.",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ButtonKinds",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSmall",
                            "description": "Set true to make the button less tall.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFullWidth",
                            "description": "Set true to make the button fill its parent's width.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isLoading",
                            "description": "Set true to hide any text or icon in the button and show a loader instead.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isIconOnly",
                            "description": "Set true to hide any text in the button. Text should still be provided for accessibility.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "text",
                            "description": "Text for the button.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "href",
                            "description": "Will render a link. May be relative or absolute.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icon",
                            "description": "Icon for the button.",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Icon",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": "Type attribute for HTML button element. Defaults to 'button'.",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ButtonTypes",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDisabled",
                            "description": "Set true to disable the button",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "action",
                            "description": "Optional action to invoke when tapped",
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "Action",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "ActionExecutor",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INTERFACE",
                    "name": "ActionExecutor",
                    "description": null,
                    "fields": [
                        {
                            "name": "action",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "Action",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "Button",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "Toggle",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "Checkbox",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "Radio",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "UNION",
                    "name": "Action",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "ActionCoreRedirect",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ActionSkillViewRedirect",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ActionConfirm",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ActionShowModal",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ActionEmitEvent",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ActionBigSearch",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ActionQuickEditUser",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ActionDismissComponent",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ActionCalendarJumpTo",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "ActionCoreRedirect",
                    "description": "Redirect a user in the main viewport (browser or native mobile)",
                    "fields": [
                        {
                            "name": "type",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ActionTypes",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "payload",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ActionCoreRedirectPayload",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "onComplete",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "Action",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "onCancel",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "Action",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ActionTypes",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "CoreRedirect",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SkillViewRedirect",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Confirm",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ShowModal",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "EmitEvent",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "BigSearch",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "QuickEditUser",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "DismissComponent",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CalendarJumpTo",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ActionCoreRedirectPayload",
                    "description": "payload used for core redirect",
                    "fields": [
                        {
                            "name": "route",
                            "description": "the destination route",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "routeParams",
                            "description": "Params for the route, like organizationId or locationId",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ActionSkillViewRedirect",
                    "description": "Redirect inside of a skill view",
                    "fields": [
                        {
                            "name": "type",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ActionTypes",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "payload",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ActionSkillViewRedirectPayload",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ActionSkillViewRedirectPayload",
                    "description": "payload used when redirecting a skill view",
                    "fields": [
                        {
                            "name": "slug",
                            "description": "the skill slug to redirect to",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "route",
                            "description": "the destination route",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "routeParams",
                            "description": "Params for the route, like organizationId or locationId",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ActionConfirm",
                    "description": "Pop up a confirmation",
                    "fields": [
                        {
                            "name": "type",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ActionTypes",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "payload",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INTERFACE",
                                    "name": "ConfirmModal",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INTERFACE",
                    "name": "ConfirmModal",
                    "description": "a confirmation dialog",
                    "fields": [
                        {
                            "name": "title",
                            "description": "Title of the confirmation dialog",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "text",
                            "description": "Text shown in the dialog",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "context",
                            "description": "Context used to populate the text if the text contains {{handlebars}}",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "doesRequireConfirmation",
                            "description": "Do we require the person to type confirmInputValidString to be able to confirm",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmInputLabel",
                            "description": "Label next to the confirmation input (if doesRequireConfirmation is true}",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmInputValidString",
                            "description": "The words they have to type if doesRequireConfirmation is true",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmInputIgnoreCase",
                            "description": "Does typing the confirmation message match case",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cancelButtonText",
                            "description": "What is the text on the cancel button? Defaults to 'Cancel'",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "confirmButtonText",
                            "description": "What is the text on the confirm button? Defaults to 'Confirm'",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDestructive",
                            "description": "If true, the confirm button will be red",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": []
                },
                {
                    "kind": "OBJECT",
                    "name": "ActionShowModal",
                    "description": "Load a skill view in a modal dialog",
                    "fields": [
                        {
                            "name": "type",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ActionTypes",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "payload",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ActionShowModalPayload",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ActionShowModalPayload",
                    "description": "Props passed to a modal you want to pop up when invoking this action",
                    "fields": [
                        {
                            "name": "host",
                            "description": "Host and protocol to destination (usually config.INTERFACE_HOST)",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "path",
                            "description": "Path to your skill view",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "Title of the dialog",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "footerPrimaryActionText",
                            "description": "Drop a primary action button into the footer",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "footerSecondaryActionText",
                            "description": "Drop in a secondary action into the footer, only works if primary action is also set",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDialogFooterPrimaryActionDisabled",
                            "description": "Does the primary action button start off disabled?",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDialogFooterSecondaryActionDisabled",
                            "description": "Does the secondary action button start off disabled?",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "size",
                            "description": "How does the dialog size itself width wise?",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ModalSize",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFullHeight",
                            "description": "Does the dialog fill the screen vertically?",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ModalSize",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "small",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "medium",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fullWidth",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ActionEmitEvent",
                    "description": "Emit an event to your skill",
                    "fields": [
                        {
                            "name": "type",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ActionTypes",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "payload",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ActionEmitEventPayload",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ActionEmitEventPayload",
                    "description": "Emit an event to your skill when this action is invoked",
                    "fields": [
                        {
                            "name": "eventName",
                            "description": "Name of the event, like 'booking:update-appointment'",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "locationId",
                            "description": "optional location id",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "organizationId",
                            "description": "optional organizationId",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "payload",
                            "description": "Arbitrary payload sent with the event",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ActionBigSearch",
                    "description": "Pop up big search",
                    "fields": [
                        {
                            "name": "type",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ActionTypes",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "payload",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ActionBigSearchPayload",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ActionBigSearchPayload",
                    "description": "Bring up big search with the specific roles (teammate, guest, manager, groupManager, owner)",
                    "fields": [
                        {
                            "name": "roles",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "String",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ActionQuickEditUser",
                    "description": "Pop up dialog to edit the user",
                    "fields": [
                        {
                            "name": "type",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ActionTypes",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "payload",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ActionQuickEditUserPayload",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ActionQuickEditUserPayload",
                    "description": "Pop up quick edit to update a user record. You have to have permission and should pass location and organization unelss you are editing yourself",
                    "fields": [
                        {
                            "name": "userId",
                            "description": "The id of the user",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "locationId",
                            "description": "optional location id",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "organizationId",
                            "description": "optional organizationId",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ActionDismissComponent",
                    "description": "Dismiss/hide components on the page whose ID's match.",
                    "fields": [
                        {
                            "name": "type",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ActionTypes",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "payload",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ActionDismissComponentPayload",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ActionDismissComponentPayload",
                    "description": "Dismiss a component by it's ID",
                    "fields": [
                        {
                            "name": "componentIds",
                            "description": "Ids of the components you want to hide",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ActionCalendarJumpTo",
                    "description": "Jump to a place on the calendar",
                    "fields": [
                        {
                            "name": "type",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ActionTypes",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "payload",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ActionCalendarJumpToPayload",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ActionCalendarJumpToPayload",
                    "description": "control the calendar if you are on a page with a calendar",
                    "fields": [
                        {
                            "name": "dateTime",
                            "description": "Which day and time to focus",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Date",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calendarId",
                            "description": "Make sure the right calendar is selected",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "userId",
                            "description": "Show the selected user",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ButtonKinds",
                    "description": "How an action is rendered is impacted by the kind of action it is",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "primary",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "secondary",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "simple",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "caution",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ButtonTypes",
                    "description": "Type of button",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "button",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "submit",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reset",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "ListItemTypes",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "ListItem",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ExpandableListItem",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "ListItem",
                    "description": "A List is made up of ListItems",
                    "fields": [
                        {
                            "name": "id",
                            "description": "Unique id for UI caching",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "Title text",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subtitle",
                            "description": "Optional subtitle text",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": "Optional note text",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isExpandable",
                            "description": "Can render this item as expandable",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "avatar",
                            "description": "URL to show a user avatar",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "image",
                            "description": "URL to show an image",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icon",
                            "description": "Inline svg icon",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Icon",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isIconHidden",
                            "description": "Optional; visually hides the icon without removing it",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isLeftIndented",
                            "description": "Set true to add left spacing. useful in aligning with other list items that have icons or images",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDraggable",
                            "description": "Set true when the list can be reordered",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDisabled",
                            "description": "Set true when the list can be reordered",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toggleId",
                            "description": "Makes the list item a setting",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toggleProps",
                            "description": "Props passed to the toggle if toggleId is set",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Toggle",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "primaryAction",
                            "description": "A primary action that turns the entire list item into a clickable action",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Button",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actions",
                            "description": "Actions associated with the list item",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Button",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contextMenu",
                            "description": "Context Menu associated with the list it",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ContextMenu",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSeparatorVisible",
                            "description": "Set to true to show separator for this list item if followed by another list item.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "className",
                            "description": "Optional class name for list item",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "selectableType",
                            "description": "Optional: set whether to use checkbox or radio for selectable list items",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ListItemSelectableType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "selectableProps",
                            "description": "Any props you want sent down to the selectable component being rendered",
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "ListItemSelectablePropsType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Highlight title, subtitle, note with warning colors",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ListItemWarningConfig",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "list",
                            "description": "Optional; adds a nested list",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "List",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lists",
                            "description": "Optional; adds multiple lists nested at the same level",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "List",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Toggle",
                    "description": null,
                    "fields": [
                        {
                            "name": "id",
                            "description": "Unique id for UI caching",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postText",
                            "description": "Text after the toggle",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "action",
                            "description": "Optional action to invoke when tapped",
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "Action",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "ActionExecutor",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ContextMenu",
                    "description": null,
                    "fields": [
                        {
                            "name": "actions",
                            "description": "The actions to be shown on tap/click",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "Button",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "size",
                            "description": "Set the width of the menu. Helpful for longer text in buttons",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ContextMenuSize",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "text",
                            "description": "Adds text to the collapsed menu",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "icon",
                            "description": "Overrides the default icon",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Icon",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSimple",
                            "description": "Set true to make the button blue",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSmall",
                            "description": "Set true to make the button smaller",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "closeOnSelectAction",
                            "description": "Set to true makes the menu close when any action is selected",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTextOnly",
                            "description": "Hide the icon entirely",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ContextMenuSize",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "medium",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "large",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ListItemSelectableType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "checkbox",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "radio",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "ListItemSelectablePropsType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "Checkbox",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "Radio",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "Checkbox",
                    "description": null,
                    "fields": [
                        {
                            "name": "id",
                            "description": "Unique identifier",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "A name attached to this checkbox",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "Input label and text after checkbox icon",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postText",
                            "description": "Optional text to show below the label",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDisabled",
                            "description": "is this checkbox disabled",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isIndeterminate",
                            "description": "Set true if the checkbox is indeterminate",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isChecked",
                            "description": "is this checkbox checked?",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "action",
                            "description": "Optional action to invoke when tapped",
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "Action",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "ActionExecutor",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Radio",
                    "description": "A radio control. Give a bunch the same name to keep them as part of the same group",
                    "fields": [
                        {
                            "name": "id",
                            "description": "Unique identifier",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "A name attached to this radio button",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "Label and text for the radio",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "postText",
                            "description": "Optional text to show after the label",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDisabled",
                            "description": "is this control disabled?",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isChecked",
                            "description": "Is this control checked?",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "action",
                            "description": "Optional action to invoke when tapped",
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "Action",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [
                        {
                            "kind": "INTERFACE",
                            "name": "ActionExecutor",
                            "ofType": null
                        }
                    ],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ListItemWarningConfig",
                    "description": "Which parts should be highlighted in red",
                    "fields": [
                        {
                            "name": "title",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subtitle",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "note",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExpandableListItem",
                    "description": "Wraps a standard list or list item and makes it collapsable",
                    "fields": [
                        {
                            "name": "id",
                            "description": "Unique id for UI caching",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "item",
                            "description": "Base list item props",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "ListItem",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "list",
                            "description": "Optional; adds a nested list",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "List",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "lists",
                            "description": "Optional; adds multiple lists nested at the same level",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "List",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "collapsedIconName",
                            "description": "Optional icon for collapsed state",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "expandedIconName",
                            "description": "Optional icon for expanded state",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CardBuilder",
                    "description": "The builder for all things cards",
                    "fields": [
                        {
                            "name": "id",
                            "description": "The id of the used for view caching",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "header",
                            "description": "Card Header props",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CardHeader",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "headerImage",
                            "description": "optionally pass props to an image tag to be rendered in the header",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Image",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "onboarding",
                            "description": "all onboarding props",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OnboardingCard",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "body",
                            "description": "Card Body props",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CardBuilderBody",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "footer",
                            "description": "The footer of the card",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CardFooter",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CardHeader",
                    "description": "Header of a card",
                    "fields": [
                        {
                            "name": "title",
                            "description": "Title for the card",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "labelText",
                            "description": "Optional label to show above title",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "labelIcon",
                            "description": "Optional icon to show above the title and before the label",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Icon",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actions",
                            "description": "Render buttons in the Card Header",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Button",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "contextMenu",
                            "description": "Renders a Context Menu in the Card Header",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ContextMenu",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Image",
                    "description": "A basic image tag",
                    "fields": [
                        {
                            "name": "id",
                            "description": "For UI caching",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "src",
                            "description": "Where to pull the image from",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "alt",
                            "description": "Rendered as the alt tag for hovers",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OnboardingCard",
                    "description": "An awesome card for onboarding people!",
                    "fields": [
                        {
                            "name": "title",
                            "description": "Title of the entire card",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "steps",
                            "description": "Steps for onboarding",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "OnboardingCardStep",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OnboardingCardStep",
                    "description": "One step in the onboarding process",
                    "fields": [
                        {
                            "name": "id",
                            "description": "Unique identifier",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tabTitle",
                            "description": "Title that shows in the tab",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "tabIcon",
                            "description": "Icon for the tab",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Icon",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "panelTitle",
                            "description": "Title that shows in the panel",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "panelCopy",
                            "description": "Copy describing the step in the card's body",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "panelCTA",
                            "description": "Primary CTA of this step",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Button",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isComplete",
                            "description": "Is this step complete?",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CardBuilderBody",
                    "description": "The body of the card builder",
                    "fields": [
                        {
                            "name": "items",
                            "description": "Children to show in the Card",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "CardBuilderBodyItem",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSectioned",
                            "description": "Whether to wrap children in CardSection",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "areSectionSeparatorsVisible",
                            "description": "Set true to display line separators between CardSection components",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasTopPadding",
                            "description": "Does card include top padding",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "hasBottomPadding",
                            "description": "Does card include bottom padding",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFullBleed",
                            "description": "Set to true to remove horizontal padding",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CardBuilderBodyItem",
                    "description": null,
                    "fields": [
                        {
                            "name": "type",
                            "description": "The type of ui component to use",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "CardBuilderBodyItemType",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "viewModel",
                            "description": "The view model that renders the UI",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "UNION",
                                    "name": "CardBuilderBodyItemViewModel",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CardBuilderBodyItemType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "button",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "image",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "heading",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "text",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "scoreCard",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "toast",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "list",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "UNION",
                    "name": "CardBuilderBodyItemViewModel",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": [
                        {
                            "kind": "OBJECT",
                            "name": "Button",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "Image",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "Heading",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "Text",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "ScoreCard",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "Toast",
                            "ofType": null
                        },
                        {
                            "kind": "OBJECT",
                            "name": "List",
                            "ofType": null
                        }
                    ]
                },
                {
                    "kind": "OBJECT",
                    "name": "Heading",
                    "description": null,
                    "fields": [
                        {
                            "name": "id",
                            "description": "Id for view caching",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "html",
                            "description": "HTML rendered directly",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "text",
                            "description": "Text rendered in the header",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "weight",
                            "description": "The weight of the heading, H1 and beyond",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "HeadingWeight",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "HeadingWeight",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "h1",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "h2",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "h3",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "h4",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "h5",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "h6",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "p",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Text",
                    "description": "Basic text to be rendered",
                    "fields": [
                        {
                            "name": "id",
                            "description": "Unique id for UI caching",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "text",
                            "description": "the text to render",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "context",
                            "description": "Context used to populate text if it's a template {{handlebar_style}}",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ScoreCard",
                    "description": "A score card!",
                    "fields": [
                        {
                            "name": "scores",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "ScoreCardPanel",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ScoreCardPanel",
                    "description": "Panels make up the score card",
                    "fields": [
                        {
                            "name": "id",
                            "description": "Unique id for React loops",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "label",
                            "description": "The label for this score, e.g. Today's Sales",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "value",
                            "description": "The score, e.g. $234.30",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Toast",
                    "description": "Call out information so it's impossible to miss!",
                    "fields": [
                        {
                            "name": "id",
                            "description": "Unique id for UI caching",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "headline",
                            "description": "Headline text",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "text",
                            "description": "Optional; Text after the headline",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "canRemove",
                            "description": "Optional; controls whether the toast can be removed. Defaults to true",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "kind",
                            "description": "Sets the variation of toast",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "followupText",
                            "description": "Text for the followup action",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "followupAction",
                            "description": "Action to be invoked when hitting the followup CTA",
                            "args": [],
                            "type": {
                                "kind": "UNION",
                                "name": "Action",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CardFooter",
                    "description": "The footer component of a card",
                    "fields": [
                        {
                            "name": "buttonGroup",
                            "description": "Button group that is can be rendered in the footer",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ButtonGroup",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "helper",
                            "description": "Any help text you'd like rendered in the footer",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ButtonGroup",
                    "description": null,
                    "fields": [
                        {
                            "name": "actions",
                            "description": "Array of actions to render the group's buttons.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Button",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "kind",
                            "description": "Visual appearance of the group.",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ButtonGroupKind",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFullWidth",
                            "description": "Set true to fill parent width",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "highlightedIndex",
                            "description": "Optional: Index of the button that is currently highlighted, e.g. by arrow keys",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "ButtonGroupKind",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "default",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "segmented",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "floating",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Markdown",
                    "description": "Render markdown beautifully",
                    "fields": [
                        {
                            "name": "id",
                            "description": "Unique ID for view caching.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "source",
                            "description": "Markdown text to be rendered",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "SplitButton",
                    "description": "A button with a dropdown of actions on the right",
                    "fields": [
                        {
                            "name": "id",
                            "description": "ID for view caching",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultAction",
                            "description": "The main action readily surfaced to the user",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Button",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actions",
                            "description": "All the secondary nested actions",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Button",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "kind",
                            "description": "Sets the visual hierarchy of the button",
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "ButtonKinds",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isFullWidth",
                            "description": "Set true to fill the parent’s width",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isSmall",
                            "description": "Sets the visual hierarchy of the button",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "usePortal",
                            "description": "Optional; use a portal to render the menu. By default, it renders below the button",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CardResponse",
                    "description": null,
                    "fields": [
                        {
                            "name": "id",
                            "description": "Unique id per skill for this card",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "The title of this card for rendering card Drawer",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "page",
                            "description": "The page this card wants to rendered on",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": "A description rendered in the card Drawer",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isTemporary",
                            "description": "Temporary cards are always rendered at the top",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "canDismiss",
                            "description": "Is this card dismissable by the user?",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cardBuilder",
                            "description": "The card build view model",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CardBuilder",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "GetUIEnhancementsResponse",
                    "description": null,
                    "fields": [
                        {
                            "name": "sections",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "UIEnhancementSection",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "UIEnhancementSection",
                    "description": null,
                    "fields": [
                        {
                            "name": "id",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "eventDetailsItems",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "CalendarEventDetailsItem",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "actions",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "UNION",
                                        "name": "Action",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Mutation",
                    "description": null,
                    "fields": [
                        {
                            "name": "importBigSearchResult",
                            "description": "Import a Big Search result from a skill or another location",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "importBigSearchResultInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "importBigSearchResult",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addDashboardCard",
                            "description": "Adds a dashboard card to a dashboard page",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "addDashboardCardInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "addDashboardCardResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeDashboardCard",
                            "description": "Removes a dashboard card",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "removeDashboardCardInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "removeDashboardCardResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "debugTriggerEvent",
                            "description": "[DEBUG ONLY] Triggers an event",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "debugTriggerEventInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "debugTriggerEventResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteFileItems",
                            "description": "[Skill Only] Delete FileItems",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "deleteFileItemsInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "deleteFileItemsResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createGroup",
                            "description": "Create a new group under an organization",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "createGroupInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "createGroupResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteGroup",
                            "description": "Deletes a group under an organization",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "deleteGroupInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "deleteGroupResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateGroup",
                            "description": "Updates a Group under an Organization",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "updateGroupInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "updateGroupResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createJob",
                            "description": "Create a new job under an organization",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "createJobInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "createJobResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteJob",
                            "description": "Deletes a job",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "deleteJobInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "deleteJobResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateJob",
                            "description": "Update a job under an organization",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "updateJobInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "updateJobResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createLocation",
                            "description": "Create a new Location under an organization",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "createLocationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "createLocationResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteLocation",
                            "description": "Delete a Location",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "deleteLocationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "deleteLocationResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateLocation",
                            "description": "Updates a Location",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "updateLocationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "updateLocationResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateOrganization",
                            "description": "Updates organization details",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "updateOrganizationInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "updateOrganizationResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "savePreferences",
                            "description": "Saves preferences",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "savePreferencesInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "savePreferencesResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "quickAddUser",
                            "description": "Quickly add a user (guest only right now).",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "quickAddUser",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "quickAddUserResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "acceptInvite",
                            "description": "Accepts an invite",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "acceptInviteInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "acceptInviteResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "addUserToRoles",
                            "description": "Add a user to role(s) for the Organization or Locations within the Organization",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "addUserToRolesInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "addUserToRolesResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "inviteUser",
                            "description": "Invites a user to role(s) for an Organization",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "inviteUserInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "inviteUserResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "removeUserFromRoles",
                            "description": "Remove a user from role(s) for the Organization or Locations within the Organization",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "removeUserFromRolesInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "removeUserFromRolesResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "resendInvite",
                            "description": "Resends an invitation",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "resendInviteInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "resendInviteResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "revokeInvite",
                            "description": "Revoke an invitation",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "revokeInviteInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "revokeInviteResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createOrganizationSeed",
                            "description": "What the name of the new organization is.",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "OrganizationSeedInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "createOrganizationSeedResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "createSkillSeeds",
                            "description": "What the name of the new organization is.",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "SkillSeedCreateArgs",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "createSkillSeedResponse",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteOrganizationSeed",
                            "description": "Delete a previously seeded org and its associated data.",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "OrganizationSeedDeleteInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "OrganizationSeedDeleteResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deleteSkillSeeds",
                            "description": "What skill data you'd like to delete",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "SkillSeedDeleteArgs",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "deleteSkillSeedResponse",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "saveSettings",
                            "description": "Saves skill settings",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "saveSettingsInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "saveSettingsResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "validateSettings",
                            "description": "Saves skill settings",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "validateSettingsInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "validateSettingsResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "disableSkills",
                            "description": "Enable skills at a location. Requires that the skills have been installed at the Organization",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "disableSkillsInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "disableSkillsResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enableSkills",
                            "description": "Enable skills at a location. Requires that the skills have been installed at the Organization",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "enableSkillsInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "enableSkillsResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "installSkills",
                            "description": "Install skills for an organization. If skills are already installed/enabled this operation will still succeed.",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "installSkillsInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "installSkillsResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "syncSkill",
                            "description": "[SKILL ONLY] Called when a skill boots to sync settings, updates information, provision dbs, etc.",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "syncSkillInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "syncSkillResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "uninstallSkills",
                            "description": "Uninstall skills for an organization. Will also remove any LocationSkill entries.",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "uninstallSkillsInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "uninstallSkillsResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "login",
                            "description": "Logs a user in",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "loginInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "loginResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "logout",
                            "description": "Logs out the user and dispatches logout events",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "logout",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "logoutResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "refreshToken",
                            "description": "Refresh a JWT token",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "refreshTokenInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "refreshTokenResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "requestLogin",
                            "description": "Initiates login for a user",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "requestLogin",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "requestLoginResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateAcceptedMobileTerms",
                            "description": "Update date when user last accepted Mobile T&Cs and Privacy Policy",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "updateAcceptedMobileTerms",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "updateAcceptedMobileTermsResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateGuest",
                            "description": "Update a user in an organization",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "updateGuestInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "updateGuestResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateUser",
                            "description": "Update the currently logged in user",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "updateUserInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "updateUserResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "registerDevice",
                            "description": "Register a new user device.",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "registerDevice",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "registerDeviceResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "updateUserTest",
                            "description": "Testing a user update",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "updateUserInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "executeActionEmit",
                            "description": "Execute the emit action",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "ExecuteActionEmitInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ExecuteActionEmitResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "rescheduleCalendarEvent",
                            "description": "Reschedule calendar event",
                            "args": [
                                {
                                    "name": "input",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "INPUT_OBJECT",
                                            "name": "RescheduleCalendarEventInput",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "RescheduleCalendarEventResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "importBigSearchResultInput",
                    "description": "Import a Big Search result",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "section",
                            "description": "The section this record was selectod from",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "id",
                            "description": "An arbitrary id for the selected record",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "organizationId",
                            "description": "ID of the current organization",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "locationId",
                            "description": "ID of the location you want to import to",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "matchId",
                            "description": "The UUID of the match the user selected and wants to merge into",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "importBigSearchResult",
                    "description": "Response to the Big Search import action",
                    "fields": [
                        {
                            "name": "successfulImport",
                            "description": "If the import was successful, this is where the resulting record will be",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "BigSearchResultsRecord",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "matchGroup",
                            "description": "If the import resulted in a possible match (that requires human intervention), it'll show here.",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "importBigSearchMatchGroup",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "importBigSearchMatchGroup",
                    "description": null,
                    "fields": [
                        {
                            "name": "matchGroupTitle",
                            "description": "The title to show at the top of merge component. Make sure it describes the action the human is about to take. Something like, \"Merge users?\"",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "matchGroupDescription",
                            "description": "Your chance to give the human handling the merge a little more details about what is happening.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "matchingRecordLabel",
                            "description": "The label shown above the matches you found in the platform. Could be \"Existing User\".",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "importingRecordLabel",
                            "description": "The label show above the record the user selected from search that is now being considered for import. Example: \"Imported User\"",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "matches",
                            "description": "A list of possible matches the user can choose to merge to",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "importBigSearchMatch",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "importBigSearchMatch",
                    "description": "List of possible matches found in core",
                    "fields": [
                        {
                            "name": "id",
                            "description": "The UUID of the match",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "title",
                            "description": "Text to render in the title of the list item",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subtitle",
                            "description": "Text to render as the subtitle of the list item",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "image",
                            "description": "Url to the image to show for this record",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "addDashboardCardInput",
                    "description": "values needed to add a dashboard card",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "skillCardId",
                            "description": "The skillCardId",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "page",
                            "description": "The page the card will show on.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "order",
                            "description": "The order of the card in it's group.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "skillSlug",
                            "description": "The slug of the skill the card belongs too.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "addDashboardCardResponse",
                    "description": "Status will be ",
                    "fields": [
                        {
                            "name": "success",
                            "description": "Whether the dashboard card was added successfully",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "errors",
                            "description": "Errors and the reason the dashboard card could not be added",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "removeDashboardCardInput",
                    "description": "values needed to remove a dashboard card",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "skillCardId",
                            "description": "The skillCardId",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "page",
                            "description": "The page the card will show on.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "skillSlug",
                            "description": "The slug of the skill the card belongs too.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "removeDashboardCardResponse",
                    "description": "Status will be ",
                    "fields": [
                        {
                            "name": "success",
                            "description": "Whether the dashboard card was removed successfully",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "errors",
                            "description": "Errors and the reason the dashboard card could not be removed",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "debugTriggerEventInput",
                    "description": "Details of the event to trigger",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "eventType",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "organizationId",
                            "description": "The organization for this event",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "locationId",
                            "description": "The location for this event",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "userId",
                            "description": "The user to trigger this event as",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "toSkillIds",
                            "description": "Only send to these skills",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timeout",
                            "description": "Optionally add locations to the new group",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "payload",
                            "description": "The payload in JSON format",
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "payloadJSONAsString",
                            "description": "The payload in JSON format but in a string. This is to get around the GraphQL limitation of not allowing quoted keys. This OR payload can be passed, but not both",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "debugTriggerEventResponse",
                    "description": "The response for debugTriggerEventJwts",
                    "fields": [
                        {
                            "name": "responses",
                            "description": "Array of the responses",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "deleteFileItemsInput",
                    "description": "Input for deleting file items",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "fileItemIds",
                            "description": "The file item ids to delete",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "deleteFileItemsResponse",
                    "description": "Returns the status",
                    "fields": [
                        {
                            "name": "status",
                            "description": "Will be \"success\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "createGroupInput",
                    "description": "Creates a new Group for an Organization",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "organizationId",
                            "description": "The id of the organization under which to create the new Group",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": "The new group's name",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "locationIds",
                            "description": "Optionally add locations to the new group",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "createGroupResponse",
                    "description": "Returns the new \"Group\"",
                    "fields": [
                        {
                            "name": "Group",
                            "description": "The new Group",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Group",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "deleteGroupInput",
                    "description": "Input for delete a Group for an Organization",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": "The id of the group",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "deleteGroupResponse",
                    "description": "Returns status=success",
                    "fields": [
                        {
                            "name": "status",
                            "description": "Will be \"success\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "updateGroupInput",
                    "description": "Input fields to update a Group for an Organization",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": "The id of the group",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": "Optionally update the group's name",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addLocationIds",
                            "description": "Optionally add locations to the group",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "removeLocationIds",
                            "description": "Optionally remove locations from the group",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "updateGroupResponse",
                    "description": "Returns \"Group\"",
                    "fields": [
                        {
                            "name": "Group",
                            "description": "The Group",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Group",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "createJobInput",
                    "description": "Input for creating a new Job",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "organizationId",
                            "description": "The id of the organization under which to create the new Job",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": "The new jobs's name",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "role",
                            "description": "The base role for this job. May be: \"groupManager\", \"manager\", or \"teammate\". If \"acl\" is omitted, the permissions will be inherited from the default role.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acl",
                            "description": "A key/value pair of ACLs for this Job",
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "inStoreAcl",
                            "description": "A key/value pair of ACLs that require the user to be online",
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "createJobResponse",
                    "description": "Returns the new \"Job\"",
                    "fields": [
                        {
                            "name": "Job",
                            "description": "The new Job",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Job",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "deleteJobInput",
                    "description": "Input for delete a Job",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": "The id of the job",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "deleteJobResponse",
                    "description": "Returns status=success",
                    "fields": [
                        {
                            "name": "status",
                            "description": "Will be \"success\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "updateJobInput",
                    "description": "Input for creating a new Job",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": "The id of the Job to update",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": "The job's name",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acl",
                            "description": "A key/value pair of ACLs for this Job. This is additive (PATCH) to the existing job acls.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "inStoreAcl",
                            "description": "A key/value pair of ACLs that apply when the user is online only. This is additive (PATCH) to the existing job inStoreAcls. To unset an inStoreAcl set it to false.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "role",
                            "description": "The base role for this job. May be: \"groupManager\", \"manager\", or \"teammate\". If \"acl\" is omitted, the permissions will be inherited from the default role.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "updateJobResponse",
                    "description": "Returns the \"Job\"",
                    "fields": [
                        {
                            "name": "Job",
                            "description": "The Job",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Job",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "createLocationInput",
                    "description": "Creates a new Location for an Organization",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "organizationId",
                            "description": "The id of the organization under which to create the new Location",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": "The new location's name",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "slug",
                            "description": "The new location's slug. If not passed, will attempt to use the slugified location name.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addressLine1",
                            "description": "Address line 1",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addressLine2",
                            "description": "Address line 2",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addressCity",
                            "description": "The name of the city",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addressState",
                            "description": "The state abbreviation",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addressZip",
                            "description": "The zip code",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addressCountry",
                            "description": "The country",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phoneNumber",
                            "description": "The main phone number for the Location",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timezone",
                            "description": "The timezone (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If \"timezone\", \"lat\", or \"lng\" are omitted, a geocode lookup will be done to fill these fields.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lat",
                            "description": "The lat of the Location. If \"timezone\", \"lat\", or \"lng\" are omitted, a geocode lookup will be done to fill these fields.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lng",
                            "description": "The lng of the Location. If \"timezone\", \"lat\", or \"lng\" are omitted, a geocode lookup will be done to fill these fields.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "installSlugs",
                            "description": "List of skill slugs to immediately enable at the Location",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "storeNum",
                            "description": "The Organization's Location number or unique identifier",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "createLocationResponse",
                    "description": "Returns the new \"Location\"",
                    "fields": [
                        {
                            "name": "Location",
                            "description": "The new Location",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "deleteLocationInput",
                    "description": "Delete a Location",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": "The id of the Location to delete",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "deleteLocationResponse",
                    "description": "Returns a status=success if the operation succeeded",
                    "fields": [
                        {
                            "name": "status",
                            "description": "Will be \"success\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "updateLocationInput",
                    "description": "Updates a Location",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": "The id of the Location to update",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": "The location's name",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "slug",
                            "description": "The location's slug",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addressLine1",
                            "description": "Address line 1",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addressLine2",
                            "description": "Address line 2",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addressCity",
                            "description": "The name of the city",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addressState",
                            "description": "The state abbreviation",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addressZip",
                            "description": "The zip code",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "addressCountry",
                            "description": "The country",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phoneNumber",
                            "description": "The main phone number for the Location",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "timezone",
                            "description": "The timezone (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If \"timezone\", \"lat\", or \"lng\" are omitted, a geocode lookup will be done to fill these fields.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lat",
                            "description": "The lat of the Location. If \"timezone\", \"lat\", or \"lng\" are omitted, a geocode lookup will be done to fill these fields.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lng",
                            "description": "The lng of the Location. If \"timezone\", \"lat\", or \"lng\" are omitted, a geocode lookup will be done to fill these fields.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "installSlugs",
                            "description": "List of skill slugs to immediately enable at the Location",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "removeSlugs",
                            "description": "List of skill slugs to immediately disable at the Location",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "storeNum",
                            "description": "The Organization's Location number or unique identifier",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "isPublic",
                            "description": "Is this location public and viewable by guests?",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "updateLocationResponse",
                    "description": "Returns the updated \"Location\"",
                    "fields": [
                        {
                            "name": "Location",
                            "description": "The updated Location",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Location",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "updateOrganizationInput",
                    "description": "Organization details to update",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": "The id of the organization to update",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": "The organization name",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "allowWhiteLabelling",
                            "description": "Whether whitelabelling is allowed. Only Spruce \"Success\" users can update this.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "whiteLabellingStylesheetUrl",
                            "description": "The stylesheet URL for whitelabelling. Only Spruce \"Success\" users can update this.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "updateOrganizationResponse",
                    "description": "Returns the updated \"Organization\"",
                    "fields": [
                        {
                            "name": "Organization",
                            "description": "The updated Organization",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Organization",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "savePreferencesInput",
                    "description": "Preferences to create or update",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "preferences",
                            "description": "The id of the organization to update",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "savePreferencesItemInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "savePreferencesItemInput",
                    "description": "Preferences to create or update",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "key",
                            "description": "The key of the preference. A valid key must begin with a letter, contain only letters, numbers, and underscores.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "val",
                            "description": "The data for the preference to save",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "JSON",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "userId",
                            "description": "If this is a user preference, must match the currently logged in user",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "organizationId",
                            "description": "Must be set if this is an Organization-wide preference or if it is a user organization preference. Requires the \"can_set_organization_preferences\" permission for an Organization-wide preference.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "locationId",
                            "description": "Must be set (along with \"organizationId\") if this is a Location-wide preference or if it is a user location preference. Requires the \"can_set_location_preferences\" permission for a Location-wide preference.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "savePreferencesResponse",
                    "description": "Returns the updated \"Organization\"",
                    "fields": [
                        {
                            "name": "status",
                            "description": "Will be \"success\"",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Preferences",
                            "description": "The saved preferences",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "Preference",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "quickAddUser",
                    "description": "Add a user (just a guest right now) wicked quick",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "phoneNumber",
                            "description": "The user's phone number",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstName",
                            "description": "Optional first name",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lastName",
                            "description": "Optional last name",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "organizationId",
                            "description": "ID of the current organization",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "locationId",
                            "description": "ID of the location you want to add to",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "quickAddUserResponse",
                    "description": "Returns the added \"User\"",
                    "fields": [
                        {
                            "name": "User",
                            "description": "The added User",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "acceptInviteInput",
                    "description": "Inputs for accepting an invite",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "organizationId",
                            "description": "The id of the Organization",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "unconfirmedUserId",
                            "description": "The id of the UnconfirmedUser",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "confirmationCode",
                            "description": "The code that was sent with the invite",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "acceptInviteResponse",
                    "description": "The invite response",
                    "fields": [
                        {
                            "name": "status",
                            "description": "If successful, will be \"success\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "addUserToRolesInput",
                    "description": "Inputs for adding a user to roles",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "organizationId",
                            "description": "The id of the Organization",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "userId",
                            "description": "The id of the User",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rolesToAdd",
                            "description": "Array of roles that should be assigned to the user",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "addRolesType",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "addRolesType",
                    "description": "An object representing roles to add for a user",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "jobId",
                            "description": "The Job id to assign the user",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "role",
                            "description": "If jobId is omitted, \"role\" may be used to assign the default role to the user instead. Valid roles are: \"owner\", \"groupManager\", \"manager\", \"teammate\", \"guest\"",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "locationId",
                            "description": "Must be specified if this job is assigned at the Location level",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "groupId",
                            "description": "Must be specified if this job is assigned at the Group level",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "addUserToRolesResponse",
                    "description": "The response",
                    "fields": [
                        {
                            "name": "status",
                            "description": "If successful, will be \"success\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "inviteUserInput",
                    "description": "Inputs for inviting a user",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "organizationId",
                            "description": "The id of the organization",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phoneNumber",
                            "description": "The phone number of the user to invite",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstName",
                            "description": "The first name of the user to invite",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lastName",
                            "description": "The last name of the user to invite",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "inviteRoles",
                            "description": "Array of roles to invite the user to",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "addRolesType",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "inviteUserResponse",
                    "description": "The invite response",
                    "fields": [
                        {
                            "name": "status",
                            "description": "If successful, will be \"success\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "removeUserFromRolesInput",
                    "description": "Inputs for removing a user from roles",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "organizationId",
                            "description": "The id of the Organization",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "userId",
                            "description": "The id of the User",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "rolesToRemove",
                            "description": "Array of roles that should be removed from the user. If role=\"all\" it will promote the user to guest organization-wide.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "addRolesType",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "removeUserFromRolesResponse",
                    "description": "The response",
                    "fields": [
                        {
                            "name": "status",
                            "description": "If successful, will be \"success\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "resendInviteInput",
                    "description": "Inputs for resending an invite",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "unconfirmedUserId",
                            "description": "The id of the UnconfirmedUser",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "organizationId",
                            "description": "The organization id of the invite",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "resendInviteResponse",
                    "description": "The resend invite response",
                    "fields": [
                        {
                            "name": "status",
                            "description": "If successful, will be \"success\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "revokeInviteInput",
                    "description": "Inputs for revoking an invite",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "unconfirmedUserId",
                            "description": "The id of the UnconfirmedUser",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "organizationId",
                            "description": "The organization id of the invite",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "revokeInviteResponse",
                    "description": "The revoke invite response",
                    "fields": [
                        {
                            "name": "status",
                            "description": "If successful, will be \"success\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "OrganizationSeedInput",
                    "description": "The configuration for seeing a NEW organization",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": "What the name of the new organization is.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "owners",
                            "description": "Options for seeding owners in an org",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "OrganizationSeedOwnersInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "locations",
                            "description": "The location data to seed for the organization",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "OrganizationSeedLocationsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "teammates",
                            "description": " The teammate data to see for each location",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "OrganizationSeedTeammateJobsInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "groups",
                            "description": " The group data to see for the organization",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "OrganizationSeedGroupInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "skills",
                            "description": "An array of the skill slugs to install for the organization",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "OrganizationSeedOwnersInput",
                    "description": "Input for creating owners when seeding an org",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "total",
                            "description": "The number of owners to generate at random",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "OrganizationSeedLocationsInput",
                    "description": "Input for seeding location data",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "total",
                            "description": "The number of locations to seed",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "guests",
                            "description": "The guest data to seed for each location",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "OrganizationSeedGuestsInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "managers",
                            "description": "The manager data to seed for each location",
                            "type": {
                                "kind": "INPUT_OBJECT",
                                "name": "OrganizationSeedManagersInput",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "OrganizationSeedGuestsInput",
                    "description": "Input for creating guests when seeding an org",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "min",
                            "description": "The minimum number of guests to seed for each location",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "max",
                            "description": "The maximum number of guests to seed for each location",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "visitsMax",
                            "description": "The maximum number of guest visits for each location",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "OrganizationSeedManagersInput",
                    "description": "Input for seeding managers per location",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "min",
                            "description": "The min number of managers to generate per location",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "max",
                            "description": "The max number of managers to generate per location",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "OrganizationSeedTeammateJobsInput",
                    "description": "Input for creating teammates and jobs when seeding an org",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "min",
                            "description": "The minimum number of teammates to seed for each job at a location",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "max",
                            "description": "The minimum number of teammates to seed for each job at a location",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "job",
                            "description": "The name of the job to seed at each location.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "OrganizationSeedGroupInput",
                    "description": "Input for creating teammates and jobs when seeding an org",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "minGroupManagers",
                            "description": "The minimum number of group managers to seed for this location group",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "maxGroupManagers",
                            "description": "The minimum number of group managers to seed for this location group",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "name",
                            "description": "The name of the location group to seed at the organization.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "autoAssignLocations",
                            "description": "Weather or not to randomly assign locations to this group",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "createOrganizationSeedResponse",
                    "description": "Returns the status of the seed",
                    "fields": [
                        {
                            "name": "status",
                            "description": "The status of the seeding an org",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SkillSeedCreateArgs",
                    "description": "The full input for seeding skills",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "organizationId",
                            "description": "The organizationId of the skills you want to seed",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "locationId",
                            "description": "The locationId of the skills you want to seed",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "skillSeeds",
                            "description": "The seed configs for each skill",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "SkillSeedCreateInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SkillSeedCreateInput",
                    "description": "The input for seeding a skill by slug",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "slug",
                            "description": "The slug for the skill to be seeded",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "configs",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SkillSeedCreateConfigInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SkillSeedCreateConfigInput",
                    "description": "The configuration for seeding a skill via organization",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": "The name of the data being seeded.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "description",
                            "description": "The description of the data being seeded.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "id",
                            "description": "The id of the data being seeded.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "options",
                            "description": "The options for the data being seeded.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "createSkillSeedResponse",
                    "description": "Returns the status of the seed",
                    "fields": [
                        {
                            "name": "payload",
                            "description": "The status of emitting seeding to the skills",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skill",
                            "description": "The skill that responded",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Skill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "error",
                            "description": "The error from emitting seeding to the skills",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "OrganizationSeedDeleteInput",
                    "description": "The data for deleting and organization",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "organizationId",
                            "description": "The id of the previously seeded organization to delete.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "OrganizationSeedDeleteResponse",
                    "description": "Returns the status of deleting the seed",
                    "fields": [
                        {
                            "name": "status",
                            "description": "The status of deleting the seeded org",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SkillSeedDeleteArgs",
                    "description": "The full input for seeding skills",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "organizationId",
                            "description": "The organizationId of the skills you want to seed",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "locationId",
                            "description": "The locationId of the skills you want to seed",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "skillSeeds",
                            "description": "The seed configs for each skill",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "SkillSeedDeleteInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SkillSeedDeleteInput",
                    "description": "The input for seeding a skill by slug",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "slug",
                            "description": "The slug for the skill to be seeded",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "configs",
                            "description": null,
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "SkillSeedDeleteConfigInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "SkillSeedDeleteConfigInput",
                    "description": "The configuration for seeing a NEW organization",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": "The name of the data being seeded.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "description",
                            "description": "The name of the data being seeded.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "id",
                            "description": "The id of the data being seeded.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "options",
                            "description": "The data being seeded.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "deleteSkillSeedResponse",
                    "description": "Returns the status of the seed deletion",
                    "fields": [
                        {
                            "name": "payload",
                            "description": "The status of emitting seeding to the skills",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Skill",
                            "description": "The skill that responded",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "Skill",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "error",
                            "description": "The error from emitting seeding to the skills",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "saveSettingsInput",
                    "description": "Array of settings to save",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "page",
                            "description": "The page to save settings for. Valid options are: \"skill_settings_user\", \"skill_settings_user_org\", \"skill_settings_user_location\" \"skill_settings_org\", or \"skill_settings_location\"",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "skillId",
                            "description": "The skill id for the settings",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "settings",
                            "description": "The settings",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "saveSettingsTypeInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "organizationId",
                            "description": "The organization id for the settings",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "locationId",
                            "description": "The location id for the settings",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "saveSettingsTypeInput",
                    "description": "A single setting",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": "The setting name",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "val",
                            "description": "The setting value",
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "saveSettingsResponse",
                    "description": "Status will be ",
                    "fields": [
                        {
                            "name": "isSaved",
                            "description": "Whether the settings were saved",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "errors",
                            "description": "Errors and the reason the setting could not be saved",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "validateSettingsInput",
                    "description": "Array of settings to save",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "page",
                            "description": "The page to save settings for. Valid options are: \"skill_settings_user\", \"skill_settings_user_org\", \"skill_settings_user_location\" \"skill_settings_org\", or \"skill_settings_location\"",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "skillId",
                            "description": "The skill id for the settings",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "settings",
                            "description": "The settings",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "INPUT_OBJECT",
                                        "name": "validateSettingsTypeInput",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "organizationId",
                            "description": "The organization id for the settings",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "locationId",
                            "description": "The location id for the settings",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "validateSettingsTypeInput",
                    "description": "A single setting",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": "The setting name",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "val",
                            "description": "The setting value",
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "validateSettingsResponse",
                    "description": "Status will be ",
                    "fields": [
                        {
                            "name": "isValid",
                            "description": "Whether the settings are valid",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "errors",
                            "description": "Errors and the reason the setting could not be saved",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "disableSkillsInput",
                    "description": "Input for disabling a skill at a location",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "locationId",
                            "description": "The id of the location to enable the skills at",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "skillIds",
                            "description": "Array of skill ids to enable",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "disableSkillsResponse",
                    "description": "Returns the status",
                    "fields": [
                        {
                            "name": "status",
                            "description": "Will be \"success\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "enableSkillsInput",
                    "description": "Input for enabling a skill at an organization",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "locationId",
                            "description": "The id of the location to enable the skills at",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "skillIds",
                            "description": "Array of skill ids to enable",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "enableSkillsResponse",
                    "description": "Returns the status",
                    "fields": [
                        {
                            "name": "status",
                            "description": "Will be \"success\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "installSkillsInput",
                    "description": "Input for installing a skill at an organization",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "organizationId",
                            "description": "The id of the organization under which to create the new Job",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "skillIds",
                            "description": "Array of skill ids to install",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "enableAtLocationIds",
                            "description": "Array of locationIds to enable the skill",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "installSkillsResponse",
                    "description": "Returns the status",
                    "fields": [
                        {
                            "name": "status",
                            "description": "Will be \"success\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "syncSkillInput",
                    "description": "Input for enabling a skill at an organization",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "name",
                            "description": "The skill name",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "description",
                            "description": "The skill description",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "iframeUrl",
                            "description": "The skill iframeUrl",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "webhookUrl",
                            "description": "The skill webhookUrl",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "marketingUrl",
                            "description": "The skill marketingUrl",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "icon",
                            "description": "The skill icon",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "eventContract",
                            "description": "The skill eventContract. This is an object that has been JSON.stringify-d",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "uiEnhancementContract",
                            "description": "The skill uiEnhancementContract. This is an object that has been JSON.stringify-d",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "viewVersion",
                            "description": "The skill viewVersion",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acl",
                            "description": "The skill acl. This is an object that has been JSON.stringify-d",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "developerEmail",
                            "description": "The skill developerEmail",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "version",
                            "description": "The skill version",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "skillsKitVersion",
                            "description": "The skill skillsKitVersion",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "useDB",
                            "description": "If true, will provision a database for the skill which will be available in the response as \"databaseUrl\"",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Boolean",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "syncSkillResponse",
                    "description": "Returns details about the skill and settings the skill may need",
                    "fields": [
                        {
                            "name": "Skill",
                            "description": "The skill that is syncing",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Skill",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "databaseUrl",
                            "description": "The db connection string for the skill (available if useDB=true)",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "s3Bucket",
                            "description": "The s3 bucket name which is used to build urls for paths to assets stored on S3 like user profile images",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "uninstallSkillsInput",
                    "description": "Input for uninstalling a skill at an organization",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "organizationId",
                            "description": "The id of the organization under which to create the new Job",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "skillIds",
                            "description": "Array of skill ids to install",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    }
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "uninstallSkillsResponse",
                    "description": "Returns the status",
                    "fields": [
                        {
                            "name": "status",
                            "description": "Will be \"success\"",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "loginInput",
                    "description": "Log in via code or magic hash and get back a JWT and the User. \"code\" or \"magicHash\" is required.",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "phoneNumber",
                            "description": "The phone number of the user",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "code",
                            "description": "The code that was sent to the user when login was requested",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "magicHash",
                            "description": "The hash of the magiclink",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "expiresIn",
                            "description": "Optionally set the number of seconds the JWT should be valid for. Maximum: 15780000",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "loginResponse",
                    "description": "Returns a \"redirectUrl\" in the case of partner login or the \"jwt\" and \"User\"",
                    "fields": [
                        {
                            "name": "redirectUrl",
                            "description": "The URL to a partner login. If set, \"jwt\" and \"User\" will be null.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "jwt",
                            "description": "The JWT which is used to authenticate the User during future requests",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "User",
                            "description": "The User that has logged in",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "logout",
                    "description": "Logs out the user and dispatches logout events",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "userId",
                            "description": "id of the user to register a device for",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "userDeviceId",
                            "description": "id of the `UserDevice` User is logging out from",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "logoutResponse",
                    "description": "Returns the status of the request",
                    "fields": [
                        {
                            "name": "status",
                            "description": "Will be \"success\". On failure, check errors",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "refreshTokenInput",
                    "description": "The input for refreshing a JWT",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "jwt",
                            "description": "The JWT token to refresh",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "expiresIn",
                            "description": "Optionally set the number of seconds the JWT should be valid for. Maximum: 15780000",
                            "type": {
                                "kind": "SCALAR",
                                "name": "Int",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "refreshTokenResponse",
                    "description": "The response for refreshing a JWT. A new JWT token!",
                    "fields": [
                        {
                            "name": "jwt",
                            "description": "A new JWT",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "requestLogin",
                    "description": "Request a login either via pin or magic link",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "phoneNumber",
                            "description": "The phone number of the user that is logging in",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "method",
                            "description": "Either \"pin\" or \"magiclink\"",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "redirect",
                            "description": "Optional redirect path",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "query",
                            "description": "Optional query string to include",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "requestLoginResponse",
                    "description": "Request a login either via pin or magic link",
                    "fields": [
                        {
                            "name": "status",
                            "description": "Will be \"success\". On failure, check errors",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "phoneNumber",
                            "description": "The formatted phone number",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "updateAcceptedMobileTerms",
                    "description": "The input for updating a user",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "userId",
                            "description": "id of the user to update",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "acceptedMobileTermsAt",
                            "description": "The updated date when user last accepted Mobile T&Cs and Privacy Policy",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "DateTime",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "updateAcceptedMobileTermsResponse",
                    "description": "Returns the \"User\" that was updated",
                    "fields": [
                        {
                            "name": "User",
                            "description": "The User that was updated",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "updateGuestInput",
                    "description": "The input for updating a user",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": "id of the user to update",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "organizationId",
                            "description": "id of the organization the guest (and currently logged in user) belong to",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstName",
                            "description": "The new first name",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lastName",
                            "description": "The new last name",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "phoneNumber",
                            "description": "The phone number to update for the Guest",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "updateGuestResponse",
                    "description": "Returns the \"User\" that was updated",
                    "fields": [
                        {
                            "name": "User",
                            "description": "The User that was updated",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "updateUserInput",
                    "description": "The input for updating a user",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": "id of the user to update",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "firstName",
                            "description": "The new first name",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "lastName",
                            "description": "The new last name",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "updateUserResponse",
                    "description": "Returns the \"User\" that was updated",
                    "fields": [
                        {
                            "name": "User",
                            "description": "The User that was updated",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "User",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "registerDevice",
                    "description": "Register a UserDevice",
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "userId",
                            "description": "id of the user to register a device for",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "deviceOS",
                            "description": "The operating system running on the device (\"mac\" | \"ios\" | \"android\")",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "pushToken",
                            "description": "The push notification token for this device.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "registerDeviceResponse",
                    "description": "Returns id of the registered UserDevice",
                    "fields": [
                        {
                            "name": "userDeviceId",
                            "description": "User Device id",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ExecuteActionEmitInput",
                    "description": null,
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "action",
                            "description": "The action to emit. This can be passed straight through from the FE.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ActionEmitEventInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ActionEmitEventInput",
                    "description": null,
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "type",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "payload",
                            "description": null,
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "ActionEmitEventInputPayload",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "ActionEmitEventInputPayload",
                    "description": null,
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "eventName",
                            "description": "Name of the event, like 'booking:update-appointment'",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "locationId",
                            "description": "optional location id",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "organizationId",
                            "description": "optional organizationId",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "payload",
                            "description": "Arbitrary payload sent with the event",
                            "type": {
                                "kind": "SCALAR",
                                "name": "JSON",
                                "ofType": null
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExecuteActionEmitResponse",
                    "description": null,
                    "fields": [
                        {
                            "name": "Skill",
                            "description": "The skill that responded to this event",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Skill",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "cardBuilder",
                            "description": "[PLACEHOLDER - NOT IMPLEMENTED] The updated cards after this event",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CardBuilder",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calendarEvents",
                            "description": "The updated calendar events after this event",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "CalendarEvent",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "error",
                            "description": "Details if an error occurs",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "EventError",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Assuming the action was successful but with warnings, this array will be populated with those warnings.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EventWarning",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EventError",
                    "description": "An event error.",
                    "fields": [
                        {
                            "name": "code",
                            "description": "An http code",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": "A name that can be used to identify this error. INVALID_PARAMETERS for example",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reason",
                            "description": "A description of the error that will be useful to a developer",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "friendlyReason",
                            "description": "A description of the error that can be displayed to the user",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "status",
                            "description": "The status",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "EventWarning",
                    "description": "An event warning.",
                    "fields": [
                        {
                            "name": "name",
                            "description": "A name that can be used to identify this warning. INVALID_PARAMETERS for example",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "reason",
                            "description": "A description of the warning that will be useful to a developer",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "friendlyReason",
                            "description": "A description of the warning that can be displayed to the user",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "RescheduleCalendarEventInput",
                    "description": null,
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": "The id of the event to reschedule. This will be in the form of '<skill_slug_v2>:1234'",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "organizationId",
                            "description": "The id of the organization where the event occurs",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "ID",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "locationId",
                            "description": "The id of the location where the event occurs",
                            "type": {
                                "kind": "SCALAR",
                                "name": "ID",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "collection",
                            "description": "An identifier that marks a group of events as related",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "newStartAt",
                            "description": "The new start for the event. This should be adjusted for timezone before it is sent to the API.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "newUserId",
                            "description": "The user who 'owns' the event.",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "blockUpdates",
                            "description": "Set new block durations for the event.",
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "INPUT_OBJECT",
                                    "name": "RescheduleCalendarEventEventBlockTypeInput",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "INPUT_OBJECT",
                    "name": "RescheduleCalendarEventEventBlockTypeInput",
                    "description": null,
                    "fields": null,
                    "inputFields": [
                        {
                            "name": "id",
                            "description": "The event block id",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        },
                        {
                            "name": "durationSec",
                            "description": "The duration of the block in seconds",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Int",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ],
                    "interfaces": null,
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "RescheduleCalendarEventResponse",
                    "description": null,
                    "fields": [
                        {
                            "name": "status",
                            "description": "Will be 'success' or 'failure'",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "calendarEvent",
                            "description": "The updated calendar event",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CalendarEvent",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "error",
                            "description": "Details if an error occurs",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "EventError",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "warnings",
                            "description": "Assuming the reschedule was successful but with warnings, this array will be populated with those warnings.",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "EventWarning",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "Subscription",
                    "description": null,
                    "fields": [
                        {
                            "name": "AuditStream",
                            "description": "Get audit logs for an organization. Max/default limit is 200.",
                            "args": [
                                {
                                    "name": "organizationId",
                                    "description": "The id of the organization to get audit logs for",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "AuditStreamResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ExampleStream",
                            "description": "An example subscription used by @sprucelabs/spruce-skill developers",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ExampleStreamItem",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FeedItemStream",
                            "description": "Stream feed items for a page.",
                            "args": [
                                {
                                    "name": "page",
                                    "description": "The page where the feed is being shown. Must be one of: \"dashboard_user\", \"profile_user_org\", \"profile_user_location\", \"dashboard_location\", \"dashboard_org\"",
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "String",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "userId",
                                    "description": "The id of the user to fetch feed items for",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": "The id of the organization to fetch feed items for",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": "The id of the location to fetch feed items for",
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FeedItemStreamResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CalendarEventStream",
                            "description": null,
                            "args": [
                                {
                                    "name": "calendarIds",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "String",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "organizationId",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "ID",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "locationId",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "ID",
                                        "ofType": null
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "userIds",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "LIST",
                                            "name": null,
                                            "ofType": {
                                                "kind": "NON_NULL",
                                                "name": null,
                                                "ofType": {
                                                    "kind": "SCALAR",
                                                    "name": "ID",
                                                    "ofType": null
                                                }
                                            }
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "startAt",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                },
                                {
                                    "name": "endAt",
                                    "description": null,
                                    "type": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "SCALAR",
                                            "name": "DateTime",
                                            "ofType": null
                                        }
                                    },
                                    "defaultValue": null
                                }
                            ],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CalendarEventStreamResponse",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "AuditStreamResponse",
                    "description": "Responds with audit logs",
                    "fields": [
                        {
                            "name": "Audits",
                            "description": "Audit logs",
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "Audit",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "ExampleStreamItem",
                    "description": "An example item with randomly generated data",
                    "fields": [
                        {
                            "name": "message",
                            "description": "A random message that will be fired every 10 seconds",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "sentAt",
                            "description": "A timestamp for when this message is generated",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "FeedItemStreamResponse",
                    "description": "Responds with a FeedItem",
                    "fields": [
                        {
                            "name": "FeedItem",
                            "description": "A feed item",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "FeedItem",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CalendarEventStreamResponse",
                    "description": null,
                    "fields": [
                        {
                            "name": "type",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "ENUM",
                                "name": "CalendarEventStreamType",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "CalendarEvent",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "CalendarEvent",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "CalendarEventStreamType",
                    "description": null,
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "Create",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Update",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "Delete",
                            "description": null,
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "__Schema",
                    "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",
                    "fields": [
                        {
                            "name": "types",
                            "description": "A list of all types supported by this server.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "__Type",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "queryType",
                            "description": "The type that query operations will be rooted at.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "__Type",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "mutationType",
                            "description": "If this server supports mutation, the type that mutation operations will be rooted at.",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "__Type",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "subscriptionType",
                            "description": "If this server support subscription, the type that subscription operations will be rooted at.",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "__Type",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "directives",
                            "description": "A list of all directives supported by this server.",
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "__Directive",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "__Type",
                    "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",
                    "fields": [
                        {
                            "name": "kind",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "ENUM",
                                    "name": "__TypeKind",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "name",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "fields",
                            "description": null,
                            "args": [
                                {
                                    "name": "includeDeprecated",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "__Field",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "interfaces",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "__Type",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "possibleTypes",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "__Type",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "enumValues",
                            "description": null,
                            "args": [
                                {
                                    "name": "includeDeprecated",
                                    "description": null,
                                    "type": {
                                        "kind": "SCALAR",
                                        "name": "Boolean",
                                        "ofType": null
                                    },
                                    "defaultValue": "false"
                                }
                            ],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "__EnumValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "inputFields",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "LIST",
                                "name": null,
                                "ofType": {
                                    "kind": "NON_NULL",
                                    "name": null,
                                    "ofType": {
                                        "kind": "OBJECT",
                                        "name": "__InputValue",
                                        "ofType": null
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ofType",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "__Type",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "__TypeKind",
                    "description": "An enum describing what kind of type a given `__Type` is.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "SCALAR",
                            "description": "Indicates this type is a scalar.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OBJECT",
                            "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INTERFACE",
                            "description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UNION",
                            "description": "Indicates this type is a union. `possibleTypes` is a valid field.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ENUM",
                            "description": "Indicates this type is an enum. `enumValues` is a valid field.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INPUT_OBJECT",
                            "description": "Indicates this type is an input object. `inputFields` is a valid field.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "LIST",
                            "description": "Indicates this type is a list. `ofType` is a valid field.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "NON_NULL",
                            "description": "Indicates this type is a non-null. `ofType` is a valid field.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "__Field",
                    "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.",
                    "fields": [
                        {
                            "name": "name",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "args",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "__InputValue",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "__Type",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeprecated",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deprecationReason",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "__InputValue",
                    "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.",
                    "fields": [
                        {
                            "name": "name",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "type",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "OBJECT",
                                    "name": "__Type",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "defaultValue",
                            "description": "A GraphQL-formatted string representing the default value for this input value.",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "__EnumValue",
                    "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.",
                    "fields": [
                        {
                            "name": "name",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "isDeprecated",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "deprecationReason",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "__Directive",
                    "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
                    "fields": [
                        {
                            "name": "name",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "String",
                                    "ofType": null
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "description",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "locations",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "ENUM",
                                            "name": "__DirectiveLocation",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "args",
                            "description": null,
                            "args": [],
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "LIST",
                                    "name": null,
                                    "ofType": {
                                        "kind": "NON_NULL",
                                        "name": null,
                                        "ofType": {
                                            "kind": "OBJECT",
                                            "name": "__InputValue",
                                            "ofType": null
                                        }
                                    }
                                }
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                },
                {
                    "kind": "ENUM",
                    "name": "__DirectiveLocation",
                    "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
                    "fields": null,
                    "inputFields": null,
                    "interfaces": null,
                    "enumValues": [
                        {
                            "name": "QUERY",
                            "description": "Location adjacent to a query operation.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "MUTATION",
                            "description": "Location adjacent to a mutation operation.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SUBSCRIPTION",
                            "description": "Location adjacent to a subscription operation.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FIELD",
                            "description": "Location adjacent to a field.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FRAGMENT_DEFINITION",
                            "description": "Location adjacent to a fragment definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FRAGMENT_SPREAD",
                            "description": "Location adjacent to a fragment spread.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INLINE_FRAGMENT",
                            "description": "Location adjacent to an inline fragment.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "VARIABLE_DEFINITION",
                            "description": "Location adjacent to a variable definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SCHEMA",
                            "description": "Location adjacent to a schema definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "SCALAR",
                            "description": "Location adjacent to a scalar definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "OBJECT",
                            "description": "Location adjacent to an object type definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "FIELD_DEFINITION",
                            "description": "Location adjacent to a field definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ARGUMENT_DEFINITION",
                            "description": "Location adjacent to an argument definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INTERFACE",
                            "description": "Location adjacent to an interface definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "UNION",
                            "description": "Location adjacent to a union definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ENUM",
                            "description": "Location adjacent to an enum definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "ENUM_VALUE",
                            "description": "Location adjacent to an enum value definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INPUT_OBJECT",
                            "description": "Location adjacent to an input object type definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "INPUT_FIELD_DEFINITION",
                            "description": "Location adjacent to an input object field definition.",
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "possibleTypes": null
                },
                {
                    "kind": "OBJECT",
                    "name": "CardBuilderFooter",
                    "description": "The footer of the card",
                    "fields": [
                        {
                            "name": "buttonGroup",
                            "description": "Render buttons in the Card Footer",
                            "args": [],
                            "type": {
                                "kind": "OBJECT",
                                "name": "ButtonGroup",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        },
                        {
                            "name": "helper",
                            "description": "Helper for the footer",
                            "args": [],
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "isDeprecated": false,
                            "deprecationReason": null
                        }
                    ],
                    "inputFields": null,
                    "interfaces": [],
                    "enumValues": null,
                    "possibleTypes": null
                }
            ],
            "directives": [
                {
                    "name": "include",
                    "description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
                    "locations": [
                        "FIELD",
                        "FRAGMENT_SPREAD",
                        "INLINE_FRAGMENT"
                    ],
                    "args": [
                        {
                            "name": "if",
                            "description": "Included when true.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ]
                },
                {
                    "name": "skip",
                    "description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
                    "locations": [
                        "FIELD",
                        "FRAGMENT_SPREAD",
                        "INLINE_FRAGMENT"
                    ],
                    "args": [
                        {
                            "name": "if",
                            "description": "Skipped when true.",
                            "type": {
                                "kind": "NON_NULL",
                                "name": null,
                                "ofType": {
                                    "kind": "SCALAR",
                                    "name": "Boolean",
                                    "ofType": null
                                }
                            },
                            "defaultValue": null
                        }
                    ]
                },
                {
                    "name": "deprecated",
                    "description": "Marks an element of a GraphQL schema as no longer supported.",
                    "locations": [
                        "FIELD_DEFINITION",
                        "ENUM_VALUE"
                    ],
                    "args": [
                        {
                            "name": "reason",
                            "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax (as specified by [CommonMark](https://commonmark.org/).",
                            "type": {
                                "kind": "SCALAR",
                                "name": "String",
                                "ofType": null
                            },
                            "defaultValue": "\"No longer supported\""
                        }
                    ]
                }
            ]
        }
    },
    "extensions": {
        "requestMS": 104.413454,
        "queryCost": 0,
        "warnings": []
    }
}
