4388 lines
127 KiB
JSON
4388 lines
127 KiB
JSON
{
|
|
"data": {
|
|
"__schema": {
|
|
"queryType": {
|
|
"name": "Query"
|
|
},
|
|
"mutationType": {
|
|
"name": "Mutation"
|
|
},
|
|
"subscriptionType": null,
|
|
"types": [
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "AcceptInvitationInput",
|
|
"description": "Autogenerated input type of AcceptInvitation",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "token",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "Account",
|
|
"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": "name",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "owner",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "UNION",
|
|
"name": "Owner",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "projects",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Project",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [
|
|
|
|
],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"description": "Represents `true` or `false` values.",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "CacheHitRateAverage",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "cacheHitRateAverage",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "date",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ISO8601DateTime",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [
|
|
|
|
],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "CancelInviteInput",
|
|
"description": "Autogenerated input type of CancelInvite",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "invitationId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "ChangeRemoteCacheStorageInput",
|
|
"description": "Autogenerated input type of ChangeRemoteCacheStorage",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "projectId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "ChangeUserRoleInput",
|
|
"description": "Autogenerated input type of ChangeUserRole",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "userId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "organizationId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "role",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "Role",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "ClearRemoteCacheStorage",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "bucket",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "S3Bucket",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "errors",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "UserError",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [
|
|
|
|
],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "ClearRemoteCacheStorageInput",
|
|
"description": "Autogenerated input type of ClearRemoteCacheStorage",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "projectSlug",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "CommandAverage",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "date",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ISO8601DateTime",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "durationAverage",
|
|
"description": null,
|
|
"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": "CommandEvent",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "cacheHitRate",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "cacheableTargets",
|
|
"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
|
|
},
|
|
{
|
|
"name": "clientId",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "commandArguments",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "createdAt",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ISO8601DateTime",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "duration",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"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
|
|
},
|
|
{
|
|
"name": "localCacheTargetHits",
|
|
"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
|
|
},
|
|
{
|
|
"name": "macosVersion",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "remoteCacheTargetHits",
|
|
"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
|
|
},
|
|
{
|
|
"name": "subcommand",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "swiftVersion",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "tuistVersion",
|
|
"description": null,
|
|
"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": "CommandEventConnection",
|
|
"description": "The connection type for CommandEvent.",
|
|
"fields": [
|
|
{
|
|
"name": "edges",
|
|
"description": "A list of edges.",
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "CommandEventEdge",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "nodes",
|
|
"description": "A list of nodes.",
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "CommandEvent",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [
|
|
|
|
],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "CommandEventEdge",
|
|
"description": "An edge in a connection.",
|
|
"fields": [
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"name": "node",
|
|
"description": "The item at the end of the edge.",
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "CommandEvent",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [
|
|
|
|
],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "CreateProject",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "errors",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "UserError",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "project",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "Project",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [
|
|
|
|
],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "CreateProjectInput",
|
|
"description": "Autogenerated input type of CreateProject",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "accountId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "organizationName",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "CreateS3BucketInput",
|
|
"description": "Autogenerated input type of CreateS3Bucket",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "accessKeyId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "secretAccessKey",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "region",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "accountId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "DeleteProjectInput",
|
|
"description": "Autogenerated input type of DeleteProject",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "Float",
|
|
"description": "Represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"description": "Represents a unique identifier that is Base64 obfuscated. It is 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 `\"VXNlci0xMA==\"`) 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": "ISO8601DateTime",
|
|
"description": "An ISO 8601-encoded datetime",
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"description": "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": "Invitation",
|
|
"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": "inviteeEmail",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "inviter",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "User",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "organization",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Organization",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "token",
|
|
"description": null,
|
|
"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": "InviteUserInput",
|
|
"description": "Autogenerated input type of InviteUser",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "inviteeEmail",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "organizationId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "Mutation",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "acceptInvitation",
|
|
"description": "Accept invitation based on a token",
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for AcceptInvitation",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "AcceptInvitationInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Organization",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "cancelInvite",
|
|
"description": "Cancel invite for a user to a given organization",
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for CancelInvite",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "CancelInviteInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Invitation",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "changeRemoteCacheStorage",
|
|
"description": "Change remote cache storage",
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for ChangeRemoteCacheStorage",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "ChangeRemoteCacheStorageInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "UNION",
|
|
"name": "RemoteCacheStorage",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "changeUserRole",
|
|
"description": "Change role of a user for a given organization",
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for ChangeUserRole",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "ChangeUserRoleInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "User",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "clearRemoteCacheStorage",
|
|
"description": "Clears the remote cache storage",
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for ClearRemoteCacheStorage",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "ClearRemoteCacheStorageInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "ClearRemoteCacheStorage",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "createProject",
|
|
"description": "Creates a new project",
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for CreateProject",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "CreateProjectInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "CreateProject",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "createS3Bucket",
|
|
"description": "Create new S3 bucket",
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for CreateS3Bucket",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "CreateS3BucketInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "S3Bucket",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "deleteProject",
|
|
"description": "Deletes a given project",
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for DeleteProject",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "DeleteProjectInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Project",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "inviteUser",
|
|
"description": "Invite a user to a given organization",
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for InviteUser",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "InviteUserInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Invitation",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "removeUser",
|
|
"description": "Remove user from a given organization",
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for RemoveUser",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "RemoveUserInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "User",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "resendInvite",
|
|
"description": "Resend invite for a user to a given organization",
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for ResendInvite",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "ResendInviteInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Invitation",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updateLastVisitedProject",
|
|
"description": "Updates the last visited project of a user",
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for UpdateLastVisitedProject",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "UpdateLastVisitedProjectInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "User",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "updateS3Bucket",
|
|
"description": "Update S3 bucket",
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for UpdateS3Bucket",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "UpdateS3BucketInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "S3Bucket",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [
|
|
|
|
],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "Organization",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "account",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Account",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "admins",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "User",
|
|
"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
|
|
},
|
|
{
|
|
"name": "invitations",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Invitation",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "users",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "User",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [
|
|
|
|
],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "UNION",
|
|
"name": "Owner",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": [
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "Organization",
|
|
"ofType": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "User",
|
|
"ofType": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "PageInfo",
|
|
"description": "Information about pagination in a connection.",
|
|
"fields": [
|
|
{
|
|
"name": "endCursor",
|
|
"description": "When paginating forwards, the cursor to continue.",
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [
|
|
|
|
],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "Project",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "account",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Account",
|
|
"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
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "remoteCacheStorage",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "UNION",
|
|
"name": "RemoteCacheStorage",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "slug",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "token",
|
|
"description": null,
|
|
"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": "Query",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "accounts",
|
|
"description": "Returns all tied accounts for the authenticated user",
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Account",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "cacheHitRateAverages",
|
|
"description": "Returns a list of cache hit rate averages, sorted by the date",
|
|
"args": [
|
|
{
|
|
"name": "commandName",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "projectId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "CacheHitRateAverage",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "commandAverages",
|
|
"description": "Returns a list of averages, sorted by the date",
|
|
"args": [
|
|
{
|
|
"name": "commandName",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "projectId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "CommandAverage",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "commandEvent",
|
|
"description": "Returns a command event with a given id",
|
|
"args": [
|
|
{
|
|
"name": "commandEventId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "CommandEvent",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "commandEvents",
|
|
"description": "Returns all command events for a given project",
|
|
"args": [
|
|
{
|
|
"name": "after",
|
|
"description": "Returns the elements in the list that come after the specified cursor.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "before",
|
|
"description": "Returns the elements in the list that come before the specified cursor.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "first",
|
|
"description": "Returns the first _n_ elements from the list.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "last",
|
|
"description": "Returns the last _n_ elements from the list.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "projectId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "CommandEventConnection",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "invitation",
|
|
"description": "Returns invitation for a given token",
|
|
"args": [
|
|
{
|
|
"name": "token",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Invitation",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "me",
|
|
"description": "Returns the authenticated user",
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "User",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "organization",
|
|
"description": "Returns organization for a given name",
|
|
"args": [
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "Organization",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "organizations",
|
|
"description": "Returns all available organizations for the authenticated user",
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Organization",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "project",
|
|
"description": "Returns project for a given name and account name",
|
|
"args": [
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "accountName",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "Project",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "projects",
|
|
"description": "Returns all available projects for the authenticated user",
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Project",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "s3Buckets",
|
|
"description": "Returns S3 buckets for an account of a given name",
|
|
"args": [
|
|
{
|
|
"name": "accountName",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "projectName",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "S3Bucket",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [
|
|
|
|
],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "UNION",
|
|
"name": "RemoteCacheStorage",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": [
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "S3Bucket",
|
|
"ofType": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "RemoveUserInput",
|
|
"description": "Autogenerated input type of RemoveUser",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "userId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "organizationId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "ResendInviteInput",
|
|
"description": "Autogenerated input type of ResendInvite",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "invitationId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "Role",
|
|
"description": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"interfaces": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "admin",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "user",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "S3Bucket",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "accessKeyId",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "accountId",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"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
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "region",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "secretAccessKey",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [
|
|
|
|
],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"description": "Represents textual data as UTF-8 character sequences. This 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": "INPUT_OBJECT",
|
|
"name": "UpdateLastVisitedProjectInput",
|
|
"description": "Autogenerated input type of UpdateLastVisitedProject",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "UpdateS3BucketInput",
|
|
"description": "Autogenerated input type of UpdateS3Bucket",
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "accessKeyId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "secretAccessKey",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "region",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"interfaces": null,
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "User",
|
|
"description": null,
|
|
"fields": [
|
|
{
|
|
"name": "account",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Account",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "avatarUrl",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"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
|
|
},
|
|
{
|
|
"name": "lastVisitedProject",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "Project",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "organizations",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Organization",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "projects",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Project",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [
|
|
|
|
],
|
|
"enumValues": null,
|
|
"possibleTypes": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "UserError",
|
|
"description": "A user-readable error",
|
|
"fields": [
|
|
{
|
|
"name": "message",
|
|
"description": "A description of the error",
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "path",
|
|
"description": "Which input value this error came from",
|
|
"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": "__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": "args",
|
|
"description": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"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": "description",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "isRepeatable",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"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": "name",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "onField",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": true,
|
|
"deprecationReason": "Use `locations`."
|
|
},
|
|
{
|
|
"name": "onFragment",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": true,
|
|
"deprecationReason": "Use `locations`."
|
|
},
|
|
{
|
|
"name": "onOperation",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": true,
|
|
"deprecationReason": "Use `locations`."
|
|
}
|
|
],
|
|
"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": "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
|
|
},
|
|
{
|
|
"name": "VARIABLE_DEFINITION",
|
|
"description": "Location adjacent to a variable definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": 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": "deprecationReason",
|
|
"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": "isDeprecated",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"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": "__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": "args",
|
|
"description": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"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": "deprecationReason",
|
|
"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": "isDeprecated",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"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
|
|
}
|
|
],
|
|
"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": "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
|
|
},
|
|
{
|
|
"name": "deprecationReason",
|
|
"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": "isDeprecated",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"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
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"interfaces": [
|
|
|
|
],
|
|
"enumValues": 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": "description",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"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
|
|
},
|
|
{
|
|
"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": "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": "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": "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
|
|
}
|
|
],
|
|
"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": "description",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "enumValues",
|
|
"description": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__EnumValue",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "fields",
|
|
"description": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Field",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "inputFields",
|
|
"description": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
],
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__InputValue",
|
|
"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": "isOneOf",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"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": "ofType",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"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": "specifiedByURL",
|
|
"description": null,
|
|
"args": [
|
|
|
|
],
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"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
|
|
}
|
|
],
|
|
"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,
|
|
"isDeprecated": false,
|
|
"deprecationReason": 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,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "deprecated",
|
|
"description": "Marks an element of a GraphQL schema as no longer supported.",
|
|
"locations": [
|
|
"FIELD_DEFINITION",
|
|
"ENUM_VALUE",
|
|
"ARGUMENT_DEFINITION",
|
|
"INPUT_FIELD_DEFINITION"
|
|
],
|
|
"args": [
|
|
{
|
|
"name": "reason",
|
|
"description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "\"No longer supported\"",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "oneOf",
|
|
"description": "Requires that exactly one field must be supplied and that field must not be `null`.",
|
|
"locations": [
|
|
"INPUT_OBJECT"
|
|
],
|
|
"args": [
|
|
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|