laconic.com/src/lib/cms/graphql.schema.json
Manuel Garcia Genta a5e0829ed4
Blog page (#15)
2022-04-11 12:18:52 -03:00

11359 lines
341 KiB
JSON

{
"__schema": {
"queryType": {
"name": "Query"
},
"mutationType": null,
"subscriptionType": null,
"types": [
{
"kind": "INPUT_OBJECT",
"name": "AuthorModelFilter",
"description": null,
"fields": null,
"inputFields": [
{
"name": "OR",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "AuthorModelFilter",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_createdAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "CreatedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_firstPublishedAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "PublishedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_isValid",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "BooleanFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publicationScheduledAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "PublishedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publishedAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "PublishedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_status",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "StatusFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_unpublishingScheduledAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "PublishedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_updatedAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UpdatedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createdAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "CreatedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "ItemIdFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "StringFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatedAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UpdatedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "AuthorModelOrderBy",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "_createdAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_createdAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_firstPublishedAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_firstPublishedAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_isValid_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_isValid_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publicationScheduledAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publicationScheduledAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publishedAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publishedAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_status_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_status_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_unpublishingScheduledAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_unpublishingScheduledAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_updatedAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_updatedAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createdAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createdAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatedAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatedAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "AuthorRecord",
"description": "Record of type Author (author)",
"fields": [
{
"name": "_createdAt",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_firstPublishedAt",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_isValid",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_modelApiKey",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publicationScheduledAt",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publishedAt",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_seoMetaTags",
"description": "SEO meta tags",
"args": [
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"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": "Tag",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_status",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ItemStatus",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_unpublishingScheduledAt",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_updatedAt",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createdAt",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ItemId",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "name",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatedAt",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "BlogPostModelContentField",
"description": null,
"fields": [
{
"name": "blocks",
"description": null,
"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
},
{
"name": "links",
"description": null,
"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
},
{
"name": "value",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "JsonField",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "BlogPostModelFilter",
"description": null,
"fields": null,
"inputFields": [
{
"name": "OR",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "BlogPostModelFilter",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_createdAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "CreatedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_firstPublishedAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "PublishedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_isValid",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "BooleanFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publicationScheduledAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "PublishedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publishedAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "PublishedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_status",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "StatusFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_unpublishingScheduledAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "PublishedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_updatedAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UpdatedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "author",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "LinkFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "category",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "LinksFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "content",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "StructuredTextFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createdAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "CreatedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "date",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "DateFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "ItemIdFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "image",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "FileFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "slug",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "StringFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "StringFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatedAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UpdatedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "BlogPostModelOrderBy",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "_createdAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_createdAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_firstPublishedAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_firstPublishedAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_isValid_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_isValid_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publicationScheduledAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publicationScheduledAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publishedAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publishedAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_status_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_status_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_unpublishingScheduledAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_unpublishingScheduledAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_updatedAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_updatedAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createdAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createdAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "date_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "date_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "slug_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "slug_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatedAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatedAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "BlogPostRecord",
"description": "Record of type Blog Post (blog_post)",
"fields": [
{
"name": "_createdAt",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_firstPublishedAt",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_isValid",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_modelApiKey",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publicationScheduledAt",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publishedAt",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_seoMetaTags",
"description": "SEO meta tags",
"args": [
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"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": "Tag",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_status",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ItemStatus",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_unpublishingScheduledAt",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_updatedAt",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "author",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "AuthorRecord",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "category",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CategoryRecord",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "content",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "BlogPostModelContentField",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createdAt",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "date",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ItemId",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "image",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FileField",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "slug",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatedAt",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "DateTime",
"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": "INPUT_OBJECT",
"name": "BooleanFilter",
"description": "Specifies how to filter Boolean fields",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search for records with an exact match",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "BooleanType",
"description": "Represents `true` or `false` values.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "CategoryModelFilter",
"description": null,
"fields": null,
"inputFields": [
{
"name": "OR",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "CategoryModelFilter",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_createdAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "CreatedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_firstPublishedAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "PublishedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_isValid",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "BooleanFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publicationScheduledAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "PublishedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publishedAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "PublishedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_status",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "StatusFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_unpublishingScheduledAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "PublishedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_updatedAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UpdatedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createdAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "CreatedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "ItemIdFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "slug",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "StringFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "StringFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatedAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UpdatedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "CategoryModelOrderBy",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "_createdAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_createdAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_firstPublishedAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_firstPublishedAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_isValid_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_isValid_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publicationScheduledAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publicationScheduledAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publishedAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publishedAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_status_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_status_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_unpublishingScheduledAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_unpublishingScheduledAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_updatedAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_updatedAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createdAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createdAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "slug_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "slug_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatedAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatedAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CategoryRecord",
"description": "Record of type Category (category)",
"fields": [
{
"name": "_createdAt",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_firstPublishedAt",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_isValid",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_modelApiKey",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publicationScheduledAt",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_publishedAt",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_seoMetaTags",
"description": "SEO meta tags",
"args": [
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"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": "Tag",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_status",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ItemStatus",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_unpublishingScheduledAt",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_updatedAt",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "createdAt",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ItemId",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "slug",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatedAt",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "CollectionMetadata",
"description": null,
"fields": [
{
"name": "count",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ColorBucketType",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "black",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blue",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "brown",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cyan",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "green",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "grey",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "orange",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pink",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "purple",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "red",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "white",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "yellow",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ColorField",
"description": null,
"fields": [
{
"name": "alpha",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blue",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "green",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hex",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "red",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "CreatedAtFilter",
"description": "Specifies how to filter by creation datetime",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Filter records with a value that's within the specified minute range. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "exists",
"description": "Filter records with the specified field defined (i.e. with any value) or not",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gt",
"description": "Filter records with a value that's strictly greater than the one specified. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gte",
"description": "Filter records with a value that's greater than or equal to than the one specified. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lt",
"description": "Filter records with a value that's less than the one specified. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lte",
"description": "Filter records with a value that's less or equal than the one specified. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Filter records with a value that's outside the specified minute range. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "CustomData",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "Date",
"description": "A ISO 8601 compliant date value",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "DateFilter",
"description": "Specifies how to filter Date fields",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search for records with an exact match",
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "exists",
"description": "Filter records with the specified field defined (i.e. with any value) or not",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gt",
"description": "Filter records with a value that's strictly greater than the one specified",
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gte",
"description": "Filter records with a value that's greater than or equal to the one specified",
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lt",
"description": "Filter records with a value that's less than the one specified",
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lte",
"description": "Filter records with a value that's less or equal than the one specified",
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Exclude records with an exact match",
"type": {
"kind": "SCALAR",
"name": "Date",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "DateTime",
"description": "A ISO 8601 compliant datetime value",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "FaviconType",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "appleTouchIcon",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "icon",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "msApplication",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "FileField",
"description": null,
"fields": [
{
"name": "_createdAt",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_updatedAt",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "alt",
"description": null,
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "author",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "basename",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blurUpThumb",
"description": null,
"args": [
{
"name": "imgixParams",
"description": "Imgix transformations to apply to the image",
"type": {
"kind": "INPUT_OBJECT",
"name": "ImgixParams",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "punch",
"description": "Controls the \"punch\" value (~contrast) of the blurhash decoding algorithm (defaults to 1.0)",
"type": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
},
"defaultValue": "1",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "quality",
"description": "JPEG quality (defaults to 70%)",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": "70",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "size",
"description": "Maximum image dimension (defaults to 24px)",
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": "24",
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blurhash",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "colors",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ColorField",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "copyright",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "customData",
"description": null,
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "SCALAR",
"name": "CustomData",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "exifInfo",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "CustomData",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "filename",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "focalPoint",
"description": null,
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "OBJECT",
"name": "focalPoint",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "format",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "height",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "UploadId",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "md5",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mimeType",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notes",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "responsiveImage",
"description": null,
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "imgixParams",
"description": "Imgix transformations to apply to the image",
"type": {
"kind": "INPUT_OBJECT",
"name": "ImgixParams",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "sizes",
"description": "Specify a custom `sizes` attribute for the image",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "OBJECT",
"name": "ResponsiveImage",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "size",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "smartTags",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tags",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title",
"description": null,
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "url",
"description": null,
"args": [
{
"name": "imgixParams",
"description": "Imgix transformations to apply to the image",
"type": {
"kind": "INPUT_OBJECT",
"name": "ImgixParams",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "video",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "UploadVideoField",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "width",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "FileFilter",
"description": "Specifies how to filter Single-file/image fields",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search for records with an exact match. The specified value must be an Upload ID",
"type": {
"kind": "SCALAR",
"name": "UploadId",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "exists",
"description": "Filter records with the specified field defined (i.e. with any value) or not",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "in",
"description": "Filter records that have one of the specified uploads",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "UploadId",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Exclude records with an exact match. The specified value must be an Upload ID",
"type": {
"kind": "SCALAR",
"name": "UploadId",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notIn",
"description": "Filter records that do not have one of the specified uploads",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "UploadId",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "Float",
"description": "The `Float` scalar type 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": "FloatType",
"description": "Represents signed double-precision fractional values as specified by [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point).",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "GlobalSeoField",
"description": null,
"fields": [
{
"name": "facebookPageUrl",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fallbackSeo",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "SeoField",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "siteName",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "titleSuffix",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "twitterAccount",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "ImgixParams",
"description": null,
"fields": null,
"inputFields": [
{
"name": "ar",
"description": "Aspect Ratio\n\nSpecifies an aspect ratio to maintain when resizing and cropping the image\n\nDepends on: `fit=crop`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/size/ar)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "auto",
"description": "Automatic\n\nApplies automatic enhancements to images.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/auto)",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ImgixParamsAuto",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "bg",
"description": "Background Color\n\nColors the background of padded and partially-transparent images.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/bg)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blend",
"description": "Blend\n\nSpecifies the location of the blend image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/blending/blend)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blendAlign",
"description": "Blend Align\n\nChanges the blend alignment relative to the parent image.\n\nDepends on: `blend`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/blending/blend-align)",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ImgixParamsBlendAlign",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blendAlpha",
"description": "Blend Alpha\n\nChanges the alpha of the blend image.\n\nDepends on: `blend`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/blending/blend-alpha)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blendColor",
"description": "Blend Color\n\nSpecifies a color to use when applying the blend.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/blending/blend-color)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blendCrop",
"description": "Blend Crop\n\nSpecifies the type of crop for blend images.\n\nDepends on: `blend`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/blending/blend-crop)",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ImgixParamsBlendCrop",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blendFit",
"description": "Blend Fit\n\nSpecifies the fit mode for blend images.\n\nDepends on: `blend`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/blending/blend-fit)",
"type": {
"kind": "ENUM",
"name": "ImgixParamsBlendFit",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blendH",
"description": "Blend Height\n\nAdjusts the height of the blend image.\n\nDepends on: `blend`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/blending/blend-h)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blendMode",
"description": "Blend Mode\n\nSets the blend mode for a blend image.\n\nDepends on: `blend`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/blending/blend-mode)",
"type": {
"kind": "ENUM",
"name": "ImgixParamsBlendMode",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blendPad",
"description": "Blend Padding\n\nApplies padding to the blend image.\n\nDepends on: `blend`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/blending/blend-pad)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blendSize",
"description": "Blend Size\n\nAdjusts the size of the blend image.\n\nDepends on: `blend`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/blending/blend-size)",
"type": {
"kind": "ENUM",
"name": "ImgixParamsBlendSize",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blendW",
"description": "Blend Width\n\nAdjusts the width of the blend image.\n\nDepends on: `blend`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/blending/blend-w)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blendX",
"description": "Blend X Position\n\nAdjusts the x-offset of the blend image relative to its parent.\n\nDepends on: `blend`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/blending/blend-x)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blendY",
"description": "Blend Y Position\n\nAdjusts the y-offset of the blend image relative to its parent.\n\nDepends on: `blend`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/blending/blend-y)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blur",
"description": "Gaussian Blur\n\nApplies a gaussian blur to an image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/stylize/blur)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "border",
"description": "Border Size & Color\n\nApplies a border to an image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/border-and-padding/border)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "borderBottom",
"description": "Border Bottom\n\nSets bottom border of an image.\n\nDepends on: `border`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/border-and-padding/border-bottom)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "borderLeft",
"description": "Border Left\n\nSets left border of an image.\n\nDepends on: `border`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/border-and-padding/border-left)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "borderRadius",
"description": "Outer Border Radius\n\nSets the outer radius of the image's border in pixels.\n\nDepends on: `border`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/border-and-padding/border-radius)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "borderRadiusInner",
"description": "Inner Border Radius\n\nSets the inner radius of the image's border in pixels.\n\nDepends on: `border`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/border-and-padding/border-radius-inner)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "borderRight",
"description": "Border Right\n\nSets right border of an image.\n\nDepends on: `border`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/border-and-padding/border-right)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "borderTop",
"description": "Border Top\n\nSets top border of an image.\n\nDepends on: `border`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/border-and-padding/border-top)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "bri",
"description": "Brightness\n\nAdjusts the brightness of the source image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/adjustment/bri)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ch",
"description": "Client Hints\n\nSets one or more Client-Hints headers\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/format/ch)",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ImgixParamsCh",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "chromasub",
"description": "Chroma Subsampling\n\nSpecifies the output chroma subsampling rate.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/format/chromasub)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "colorquant",
"description": "Color Quantization\n\nLimits the number of unique colors in an image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/format/colorquant)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "colors",
"description": "Palette Color Count\n\nSpecifies how many colors to include in a palette-extraction response.\n\nDepends on: `palette`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/color-palette/colors)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "con",
"description": "Contrast\n\nAdjusts the contrast of the source image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/adjustment/con)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cornerRadius",
"description": "Mask Corner Radius\n\nSpecifies the radius value for a rounded corner mask.\n\nDepends on: `mask=corners`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/mask/corner-radius)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "crop",
"description": "Crop Mode\n\nSpecifies how to crop an image.\n\nDepends on: `fit=crop`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/size/crop)",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ImgixParamsCrop",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "cs",
"description": "Color Space\n\nSpecifies the color space of the output image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/format/cs)",
"type": {
"kind": "ENUM",
"name": "ImgixParamsCs",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "dl",
"description": "Download\n\nForces a URL to use send-file in its response.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/format/dl)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "dpi",
"description": "Dots Per Inch\n\nSets the DPI value in the EXIF header.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/format/dpi)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "dpr",
"description": "Device Pixel Ratio\n\nAdjusts the device-pixel ratio of the output image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/dpr)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "duotone",
"description": "Duotone\n\nApplies a duotone effect to the source image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/stylize/duotone)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "duotoneAlpha",
"description": "Duotone Alpha\n\nChanges the alpha of the duotone effect atop the source image.\n\nDepends on: `duotone`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/stylize/duotone-alpha)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "exp",
"description": "Exposure\n\nAdjusts the exposure of the output image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/adjustment/exp)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "expires",
"description": "Url Expiration Timestamp\n\nA Unix timestamp specifying a UTC time. Requests made to this URL after that time will output a 404 status code.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/expires)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "faceindex",
"description": "Face Index\n\nSelects a face to crop to.\n\nDepends on: `fit=facearea`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/face-detection/faceindex)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "facepad",
"description": "Face Padding\n\nAdjusts padding around a selected face.\n\nDepends on: `fit=facearea`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/face-detection/facepad)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "faces",
"description": "Json Face Data\n\nSpecifies that face data should be included in output when combined with `fm=json`.\n\nDepends on: `fm=json`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/face-detection/faces)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fill",
"description": "Fill Mode\n\nDetermines how to fill in additional space created by the fit setting\n\nDepends on: `fit`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/fill/fill)",
"type": {
"kind": "ENUM",
"name": "ImgixParamsFill",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fillColor",
"description": "Fill Color\n\nSets the fill color for images with additional space created by the fit setting\n\nDepends on: `fill=solid`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/fill/fill-color)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fit",
"description": "Resize Fit Mode\n\nSpecifies how to map the source image to the output image dimensions.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/size/fit)",
"type": {
"kind": "ENUM",
"name": "ImgixParamsFit",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "flip",
"description": "Flip Axis\n\nFlips an image on a specified axis.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/rotation/flip)",
"type": {
"kind": "ENUM",
"name": "ImgixParamsFlip",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fm",
"description": "Output Format\n\nChanges the format of the output image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/format/fm)",
"type": {
"kind": "ENUM",
"name": "ImgixParamsFm",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fpDebug",
"description": "Focal Point Debug\n\nDisplays crosshairs identifying the location of the set focal point\n\nDepends on: `fit=crop`, `crop=focalpoint`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/focalpoint-crop/fp-debug)",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fpX",
"description": "Focal Point X Position\n\nSets the relative horizontal value for the focal point of an image\n\nDepends on: `fit=crop`, `crop=focalpoint`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/focalpoint-crop/fp-x)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fpY",
"description": "Focal Point Y Position\n\nSets the relative vertical value for the focal point of an image\n\nDepends on: `fit=crop`, `crop=focalpoint`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/focalpoint-crop/fp-y)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fpZ",
"description": "Focal Point Zoom\n\nSets the relative zoom value for the focal point of an image\n\nDepends on: `fit=crop`, `crop=focalpoint`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/focalpoint-crop/fp-z)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gam",
"description": "Gamma\n\nAdjusts the gamma of the source image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/adjustment/gam)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gridColors",
"description": "Grid Colors\n\nSets grid colors for the transparency checkerboard grid.\n\nDepends on: `transparency`",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gridSize",
"description": "Grid Size\n\nSets grid size for the transparency checkerboard grid.\n\nDepends on: `transparency`",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "h",
"description": "Image Height\n\nAdjusts the height of the output image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/size/h)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "high",
"description": "Highlight\n\nAdjusts the highlights of the source image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/adjustment/high)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "htn",
"description": "Halftone\n\nApplies a half-tone effect to the source image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/stylize/htn)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hue",
"description": "Hue Shift\n\nAdjusts the hue of the source image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/adjustment/hue)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "invert",
"description": "Invert\n\nInverts the colors on the source image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/adjustment/invert)",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "iptc",
"description": "Iptc Passthrough\n\nDetermine if IPTC data should be passed for JPEG images.",
"type": {
"kind": "ENUM",
"name": "ImgixParamsIptc",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lossless",
"description": "Lossless Compression\n\nSpecifies that the output image should be a lossless variant.\n\nDepends on: `fm=webp`, `fm=jxr`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/format/lossless)",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mark",
"description": "Watermark Image Url\n\nSpecifies the location of the watermark image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/watermark/mark)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "markAlign",
"description": "Watermark Alignment Mode\n\nChanges the watermark alignment relative to the parent image.\n\nDepends on: `mark`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/watermark/mark-align)",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ImgixParamsMarkAlign",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "markAlpha",
"description": "Watermark Alpha\n\nChanges the alpha of the watermark image.\n\nDepends on: `mark`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/watermark/mark-alpha)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "markBase",
"description": "Watermark Base Url\n\nChanges base URL of the watermark image.\n\nDepends on: `mark`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/watermark/mark-base)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "markFit",
"description": "Watermark Fit Mode\n\nSpecifies the fit mode for watermark images.\n\nDepends on: `mark`, `markw`, `markh`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/watermark/mark-fit)",
"type": {
"kind": "ENUM",
"name": "ImgixParamsMarkFit",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "markH",
"description": "Watermark Height\n\nAdjusts the height of the watermark image.\n\nDepends on: `mark`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/watermark/mark-h)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "markPad",
"description": "Watermark Padding\n\nApplies padding to the watermark image.\n\nDepends on: `mark`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/watermark/mark-pad)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "markRot",
"description": "Watermark Rotation\n\nRotates a watermark or tiled watermarks by a specified number of degrees.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/watermark/mark-rot)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "markScale",
"description": "Watermark Scale\n\nAdjusts the scale of the watermark image.\n\nDepends on: `mark`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/watermark/mark-scale)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "markTile",
"description": "Watermark Tile\n\nAdds tiled watermark.\n\nDepends on: `mark`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/watermark/mark-tile)",
"type": {
"kind": "ENUM",
"name": "ImgixParamsMarkTile",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "markW",
"description": "Watermark Width\n\nAdjusts the width of the watermark image.\n\nDepends on: `mark`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/watermark/mark-w)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "markX",
"description": "Watermark X Position\n\nAdjusts the x-offset of the watermark image relative to its parent.\n\nDepends on: `mark`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/watermark/mark-x)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "markY",
"description": "Watermark Y Position\n\nAdjusts the y-offset of the watermark image relative to its parent.\n\nDepends on: `mark`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/watermark/mark-y)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mask",
"description": "Mask Type\n\nDefines the type of mask and specifies the URL if that type is selected.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/mask)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "maskBg",
"description": "Mask Background Color\n\nColors the background of the transparent mask area of images\n\nDepends on: `mask`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/mask/mask-bg)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "maxH",
"description": "Maximum Height\n\nSpecifies the maximum height of the output image in pixels.\n\nDepends on: `fit=crop`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/size/max-height)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "maxW",
"description": "Maximum Width\n\nSpecifies the maximum width of the output image in pixels.\n\nDepends on: `fit=crop`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/size/max-width)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "minH",
"description": "Minimum Height\n\nSpecifies the minimum height of the output image in pixels.\n\nDepends on: `fit=crop`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/size/min-height)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "minW",
"description": "Minimum Width\n\nSpecifies the minimum width of the output image in pixels.\n\nDepends on: `fit=crop`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/size/min-width)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "monochrome",
"description": "Monochrome\n\nApplies a monochrome effect to the source image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/stylize/monochrome)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "nr",
"description": "Noise Reduction Bound\n\nReduces the noise in an image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/noise-reduction/nr)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "nrs",
"description": "Noise Reduction Sharpen\n\nProvides a threshold by which to sharpen an image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/noise-reduction/nrs)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "orient",
"description": "Orientation\n\nChanges the image orientation.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/rotation/orient)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pad",
"description": "Padding\n\nPads an image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/border-and-padding/pad)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "padBottom",
"description": "Padding Bottom\n\nSets bottom padding of an image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/border-and-padding/pad-bottom)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "padLeft",
"description": "Padding Left\n\nSets left padding of an image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/border-and-padding/pad-left)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "padRight",
"description": "Padding Right\n\nSets right padding of an image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/border-and-padding/pad-right)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "padTop",
"description": "Padding Top\n\nSets top padding of an image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/border-and-padding/pad-top)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "page",
"description": "Pdf Page Number\n\nSelects a page from a PDF for display.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/pdf/page)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "palette",
"description": "Color Palette Extraction\n\nSpecifies an output format for palette-extraction.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/color-palette/palette)",
"type": {
"kind": "ENUM",
"name": "ImgixParamsPalette",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pdfAnnotation",
"description": "Pdf Annotation\n\nEnables or disables PDF annotation.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/pdf/pdf-annotation)",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "prefix",
"description": "Css Prefix\n\nSpecifies a CSS prefix for all classes in palette-extraction.\n\nDepends on: `palette=css`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/color-palette/prefix)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "px",
"description": "Pixellate\n\nApplies a pixelation effect to an image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/stylize/px)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "q",
"description": "Output Quality\n\nAdjusts the quality of an output image.\n\nDepends on: `fm=jpg`, `fm=pjpg`, `fm=webp`, `fm=jxr`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/format/q)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "rect",
"description": "Source Rectangle Region\n\nCrops an image to a specified rectangle.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/size/rect)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "rot",
"description": "Rotation\n\nRotates an image by a specified number of degrees.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/rotation/rot)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "sat",
"description": "Saturation\n\nAdjusts the saturation of an image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/adjustment/sat)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "sepia",
"description": "Sepia Tone\n\nApplies a sepia effect to an image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/stylize/sepia)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "shad",
"description": "Shadow\n\nAdjusts the highlights of the source image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/adjustment/shad)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "sharp",
"description": "Sharpen\n\nAdjusts the sharpness of the source image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/adjustment/sharp)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "transparency",
"description": "Transparency\n\nAdds checkerboard behind images which support transparency.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/fill/transparency)",
"type": {
"kind": "ENUM",
"name": "ImgixParamsTransparency",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "trim",
"description": "Trim Image\n\nTrims the source image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/trim/trim)",
"type": {
"kind": "ENUM",
"name": "ImgixParamsTrim",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "trimColor",
"description": "Trim Color\n\nSpecifies a trim color on a trim operation.\n\nDepends on: `trim=color`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/trim/trim-color)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "trimMd",
"description": "Trim Mean Difference\n\nSpecifies the mean difference on a trim operation.\n\nDepends on: `trim=auto`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/trim/trim-md)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "trimPad",
"description": "Trim Padding\n\nPads the area of the source image before trimming.\n\nDepends on: `trim`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/trim/trim-pad)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "trimSd",
"description": "Trim Standard Deviation\n\nSpecifies the standard deviation on a trim operation.\n\nDepends on: `trim=auto`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/trim/trim-sd)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "trimTol",
"description": "Trim Tolerance\n\nSpecifies the tolerance on a trim operation.\n\nDepends on: `trim=color`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/trim/trim-tol)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "txt",
"description": "Text String\n\nSets the text string to render.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/text/txt)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "txtAlign",
"description": "Text Align\n\nSets the vertical and horizontal alignment of rendered text relative to the base image.\n\nDepends on: `txt`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/text/txt-align)",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ImgixParamsTxtAlign",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "txtClip",
"description": "Text Clipping Mode\n\nSets the clipping properties of rendered text.\n\nDepends on: `txt`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/text/txt-clip)",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ImgixParamsTxtClip",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "txtColor",
"description": "Text Color\n\nSpecifies the color of rendered text.\n\nDepends on: `txt`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/text/txt-color)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "txtFit",
"description": "Text Fit Mode\n\nSpecifies the fit approach for rendered text.\n\nDepends on: `txt`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/text/txt-fit)",
"type": {
"kind": "ENUM",
"name": "ImgixParamsTxtFit",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "txtFont",
"description": "Text Font\n\nSelects a font for rendered text.\n\nDepends on: `txt`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/text/txt-font)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "txtLead",
"description": "Text Leading\n\nSets the leading (line spacing) for rendered text. Only works on the multi-line text endpoint.\n\nDepends on: `txt`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/typesetting/txt-lead)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "txtLig",
"description": "Text Ligatures\n\nControls the level of ligature substitution\n\nDepends on: `txt`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/text/txt-lig)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "txtLine",
"description": "Text Outline\n\nOutlines the rendered text with a specified color.\n\nDepends on: `txt`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/text/txt-line)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "txtLineColor",
"description": "Text Outline Color\n\nSpecifies a text outline color.\n\nDepends on: `txt`, `txtline`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/text/txt-line-color)",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "txtPad",
"description": "Text Padding\n\nSpecifies the padding (in device-independent pixels) between a textbox and the edges of the base image.\n\nDepends on: `txt`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/text/txt-pad)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "txtShad",
"description": "Text Shadow\n\nApplies a shadow to rendered text.\n\nDepends on: `txt`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/text/txt-shad)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "txtSize",
"description": "Text Font Size\n\nSets the font size of rendered text.\n\nDepends on: `txt`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/text/txt-size)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "txtTrack",
"description": "Text Tracking\n\nSets the tracking (letter spacing) for rendered text. Only works on the multi-line text endpoint.\n\nDepends on: `txt`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/typesetting/txt-track)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "txtWidth",
"description": "Text Width\n\nSets the width of rendered text.\n\nDepends on: `txt`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/text/txt-width)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "usm",
"description": "Unsharp Mask\n\nSharpens the source image using an unsharp mask.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/adjustment/usm)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "usmrad",
"description": "Unsharp Mask Radius\n\nSpecifies the radius for an unsharp mask operation.\n\nDepends on: `usm`\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/adjustment/usmrad)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "vib",
"description": "Vibrance\n\nAdjusts the vibrance of an image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/adjustment/vib)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "w",
"description": "Image Width\n\nAdjusts the width of the output image.\n\n[Open Imgix reference »](https://docs.imgix.com/apis/url/size/w)",
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsAuto",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "compress",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "enhance",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "format",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "redeye",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsBlendAlign",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "bottom",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "center",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "left",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "middle",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "right",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "top",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsBlendCrop",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "bottom",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "faces",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "left",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "right",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "top",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsBlendFit",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "clamp",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "clip",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "crop",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "max",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "scale",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsBlendMode",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "burn",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "color",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "darken",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "difference",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "dodge",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "exclusion",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hardlight",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hue",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lighten",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "luminosity",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "multiply",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "normal",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "overlay",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "saturation",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "screen",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "softlight",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsBlendSize",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "inherit",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsCh",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "dpr",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "saveData",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "width",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsCrop",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "bottom",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "edges",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "entropy",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "faces",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "focalpoint",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "left",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "right",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "top",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsCs",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "adobergb1998",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "srgb",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "strip",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tinysrgb",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsFill",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "blur",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "solid",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsFit",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "clamp",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "clip",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "crop",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "facearea",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fill",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fillmax",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "max",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "min",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "scale",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsFlip",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "h",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "hv",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "v",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsFm",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "avif",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blurhash",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gif",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "jp2",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "jpg",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "json",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "jxr",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mp4",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pjpg",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "png",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "png8",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "png32",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "webm",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "webp",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsIptc",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "allow",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "block",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsMarkAlign",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "bottom",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "center",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "left",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "middle",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "right",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "top",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsMarkFit",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "clip",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "crop",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "fill",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "max",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "scale",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsMarkTile",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "grid",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsPalette",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "css",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "json",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsTransparency",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "grid",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsTrim",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "auto",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "color",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsTxtAlign",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "bottom",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "center",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "left",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "middle",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "right",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "top",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsTxtClip",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "ellipsis",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "end",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "middle",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "start",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ImgixParamsTxtFit",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "max",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "InUseFilter",
"description": "Specifies how to filter by usage",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search uploads that are currently used by some record or not",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"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": "SCALAR",
"name": "IntType",
"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": "SCALAR",
"name": "ItemId",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "ItemIdFilter",
"description": "Specifies how to filter by ID",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search the record with the specified ID",
"type": {
"kind": "SCALAR",
"name": "ItemId",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "in",
"description": "Search records with the specified IDs",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ItemId",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Exclude the record with the specified ID",
"type": {
"kind": "SCALAR",
"name": "ItemId",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notIn",
"description": "Search records that do not have the specified IDs",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ItemId",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ItemStatus",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "draft",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "published",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updated",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "JsonField",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "LinkFilter",
"description": "Specifies how to filter Single-link fields",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search for records with an exact match. The specified value must be a Record ID",
"type": {
"kind": "SCALAR",
"name": "ItemId",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "exists",
"description": "Filter records with the specified field defined (i.e. with any value) or not",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "in",
"description": "Filter records linked to one of the specified records",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ItemId",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Exclude records with an exact match. The specified value must be a Record ID",
"type": {
"kind": "SCALAR",
"name": "ItemId",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notIn",
"description": "Filter records not linked to one of the specified records",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ItemId",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "LinksFilter",
"description": "Specifies how to filter Multiple-links fields",
"fields": null,
"inputFields": [
{
"name": "allIn",
"description": "Filter records linked to all of the specified records. The specified values must be Record IDs",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ItemId",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "anyIn",
"description": "Filter records linked to at least one of the specified records. The specified values must be Record IDs",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ItemId",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "eq",
"description": "Search for records with an exact match. The specified values must be Record IDs",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ItemId",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "exists",
"description": "Filter records with the specified field defined (i.e. with any value) or not",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notIn",
"description": "Filter records not linked to any of the specified records. The specified values must be Record IDs",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ItemId",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "MetaTagAttributes",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "MuxThumbnailFormatType",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "gif",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "jpg",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "png",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "OrientationFilter",
"description": "Specifies how to filter by image orientation",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search uploads with the specified orientation",
"type": {
"kind": "ENUM",
"name": "UploadOrientation",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Exclude uploads with the specified orientation",
"type": {
"kind": "ENUM",
"name": "UploadOrientation",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "PublishedAtFilter",
"description": "Specifies how to filter by publication datetime",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Filter records with a value that's within the specified minute range. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "exists",
"description": "Filter records with the specified field defined (i.e. with any value) or not",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gt",
"description": "Filter records with a value that's strictly greater than the one specified. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gte",
"description": "Filter records with a value that's greater than or equal to than the one specified. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lt",
"description": "Filter records with a value that's less than the one specified. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lte",
"description": "Filter records with a value that's less or equal than the one specified. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Filter records with a value that's outside the specified minute range. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Query",
"description": "The query root for this schema",
"fields": [
{
"name": "_allAuthorsMeta",
"description": "Returns meta information regarding a record collection",
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "filter",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "AuthorModelFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CollectionMetadata",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_allBlogPostsMeta",
"description": "Returns meta information regarding a record collection",
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "filter",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "BlogPostModelFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CollectionMetadata",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_allCategoriesMeta",
"description": "Returns meta information regarding a record collection",
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "filter",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "CategoryModelFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "CollectionMetadata",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_allUploadsMeta",
"description": "Returns meta information regarding an assets collection",
"args": [
{
"name": "filter",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "OBJECT",
"name": "CollectionMetadata",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_site",
"description": "Returns the single instance record",
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Site",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "allAuthors",
"description": "Returns a collection of records",
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "filter",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "AuthorModelFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "first",
"description": "Limit the number of results",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": "20",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "orderBy",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "AuthorModelOrderBy",
"ofType": null
}
},
"defaultValue": "[_updatedAt_DESC]",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "skip",
"description": "Skip the first results",
"type": {
"kind": "SCALAR",
"name": "IntType",
"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": "AuthorRecord",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "allBlogPosts",
"description": "Returns a collection of records",
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "filter",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "BlogPostModelFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "first",
"description": "Limit the number of results",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": "20",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "orderBy",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "BlogPostModelOrderBy",
"ofType": null
}
},
"defaultValue": "[_updatedAt_DESC]",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "skip",
"description": "Skip the first results",
"type": {
"kind": "SCALAR",
"name": "IntType",
"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": "BlogPostRecord",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "allCategories",
"description": "Returns a collection of records",
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "filter",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "CategoryModelFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "first",
"description": "Limit the number of results",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": "20",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "orderBy",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "CategoryModelOrderBy",
"ofType": null
}
},
"defaultValue": "[_updatedAt_DESC]",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "skip",
"description": "Skip the first results",
"type": {
"kind": "SCALAR",
"name": "IntType",
"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": "CategoryRecord",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "allUploads",
"description": "Returns a collection of assets",
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "filter",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "first",
"description": "Limit the number of results",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": "20",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "orderBy",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "UploadOrderBy",
"ofType": null
}
},
"defaultValue": "[_createdAt_DESC]",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "skip",
"description": "Skip the first results",
"type": {
"kind": "SCALAR",
"name": "IntType",
"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": "FileField",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "author",
"description": "Returns a specific record",
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "filter",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "AuthorModelFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "orderBy",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "AuthorModelOrderBy",
"ofType": null
}
},
"defaultValue": "[_updatedAt_DESC]",
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "OBJECT",
"name": "AuthorRecord",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "blogPost",
"description": "Returns a specific record",
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "filter",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "BlogPostModelFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "orderBy",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "BlogPostModelOrderBy",
"ofType": null
}
},
"defaultValue": "[_updatedAt_DESC]",
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "OBJECT",
"name": "BlogPostRecord",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "category",
"description": "Returns a specific record",
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "filter",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "CategoryModelFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "orderBy",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "CategoryModelOrderBy",
"ofType": null
}
},
"defaultValue": "[_updatedAt_DESC]",
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "OBJECT",
"name": "CategoryRecord",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "upload",
"description": "Returns a specific asset",
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "filter",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "orderBy",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "UploadOrderBy",
"ofType": null
}
},
"defaultValue": "[_createdAt_DESC]",
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "OBJECT",
"name": "FileField",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "ResolutionFilter",
"description": "Specifies how to filter by upload type",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search uploads with the specified resolution",
"type": {
"kind": "ENUM",
"name": "ResolutionType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "in",
"description": "Search uploads with the specified resolutions",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ResolutionType",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Exclude uploads with the specified resolution",
"type": {
"kind": "ENUM",
"name": "ResolutionType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notIn",
"description": "Search uploads without the specified resolutions",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ResolutionType",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "ResolutionType",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "icon",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "large",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "medium",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "small",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "ResponsiveImage",
"description": null,
"fields": [
{
"name": "alt",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "aspectRatio",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "base64",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "bgColor",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "height",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "sizes",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "src",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "srcSet",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "webpSrcSet",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "width",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "SeoField",
"description": null,
"fields": [
{
"name": "description",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "image",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FileField",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "twitterCard",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Site",
"description": null,
"fields": [
{
"name": "favicon",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FileField",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "faviconMetaTags",
"description": null,
"args": [
{
"name": "variants",
"description": "The variants to build",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "FaviconType",
"ofType": null
}
},
"defaultValue": "[icon]",
"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": "Tag",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "globalSeo",
"description": null,
"args": [
{
"name": "fallbackLocales",
"description": "If you want to fallback to a default translation when a translation has not been found",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locale",
"description": "The locale to use to fetch the field's content",
"type": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "OBJECT",
"name": "GlobalSeoField",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "locales",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "SiteLocale",
"ofType": null
}
}
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "SiteLocale",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "en",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "StatusFilter",
"description": "Specifies how to filter by status",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search the record with the specified status",
"type": {
"kind": "ENUM",
"name": "ItemStatus",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "in",
"description": "Search records with the specified statuses",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ItemStatus",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Exclude the record with the specified status",
"type": {
"kind": "ENUM",
"name": "ItemStatus",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notIn",
"description": "Search records without the specified statuses",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ItemStatus",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": 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": "INPUT_OBJECT",
"name": "StringFilter",
"description": "Specifies how to filter Single-line string fields",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search for records with an exact match",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "exists",
"description": "Filter records with the specified field defined (i.e. with any value) or not",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "in",
"description": "Filter records that equal one of the specified values",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isBlank",
"description": "Filter records with the specified field set as blank (null or empty string)",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "matches",
"description": "Filter records based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Exclude records with an exact match",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notIn",
"description": "Filter records that do not equal one of the specified values",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notMatches",
"description": "Exclude records based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"description": null,
"fields": null,
"inputFields": [
{
"name": "caseSensitive",
"description": null,
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": "false",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pattern",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "regexp",
"description": null,
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": "true",
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "StructuredTextFilter",
"description": "Specifies how to filter Structured Text fields",
"fields": null,
"inputFields": [
{
"name": "exists",
"description": "Filter records with the specified field defined (i.e. with any value) or not",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isBlank",
"description": "Filter records with the specified field set as blank (null or single empty paragraph)",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "matches",
"description": "Filter records based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notMatches",
"description": "Exclude records based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Tag",
"description": null,
"fields": [
{
"name": "attributes",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "MetaTagAttributes",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "content",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tag",
"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": "TypeFilter",
"description": "Specifies how to filter by upload type",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search uploads with the specified type",
"type": {
"kind": "ENUM",
"name": "UploadType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "in",
"description": "Search uploads with the specified types",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "UploadType",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Exclude uploads with the specified type",
"type": {
"kind": "ENUM",
"name": "UploadType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notIn",
"description": "Search uploads without the specified types",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "UploadType",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UpdatedAtFilter",
"description": "Specifies how to filter by update datetime",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Filter records with a value that's within the specified minute range. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "exists",
"description": "Filter records with the specified field defined (i.e. with any value) or not",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gt",
"description": "Filter records with a value that's strictly greater than the one specified. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gte",
"description": "Filter records with a value that's greater than or equal to than the one specified. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lt",
"description": "Filter records with a value that's less than the one specified. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lte",
"description": "Filter records with a value that's less or equal than the one specified. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Filter records with a value that's outside the specified minute range. Seconds and milliseconds are truncated from the argument.",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UploadAltFilter",
"description": "Specifies how to filter by default alt",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search the uploads with the specified alt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "exists",
"description": "Filter uploads with the specified field defined (i.e. with any value) or not",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "in",
"description": "Search uploads with the specified values as default alt",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "matches",
"description": "Filter uploads based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Exclude the uploads with the specified alt",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notIn",
"description": "Search uploads that do not have the specified values as default alt",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notMatches",
"description": "Exclude uploads based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UploadAuthorFilter",
"description": "Specifies how to filter by auhtor",
"fields": null,
"inputFields": [
{
"name": "exists",
"description": "Filter uploads with the specified field defined (i.e. with any value) or not",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "matches",
"description": "Filter uploads based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notMatches",
"description": "Exclude uploads based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UploadBasenameFilter",
"description": "Specifies how to filter by basename",
"fields": null,
"inputFields": [
{
"name": "matches",
"description": "Filter uploads based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notMatches",
"description": "Exclude uploads based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UploadColorsFilter",
"description": "Specifies how to filter by colors",
"fields": null,
"inputFields": [
{
"name": "allIn",
"description": "Filter uploads that have all of the specified colors",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ColorBucketType",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "anyIn",
"description": "Filter uploads that have at least one of the specified colors",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ColorBucketType",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "contains",
"description": "Filter uploads that have the specified colors",
"type": {
"kind": "ENUM",
"name": "ColorBucketType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "eq",
"description": "Search for uploads with an exact match",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ColorBucketType",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notIn",
"description": "Filter uploads that do not have any of the specified colors",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "ColorBucketType",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UploadCopyrightFilter",
"description": "Specifies how to filter by copyright",
"fields": null,
"inputFields": [
{
"name": "exists",
"description": "Filter records with the specified field defined (i.e. with any value) or not",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "matches",
"description": "Filter uploads based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notMatches",
"description": "Exclude uploads based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UploadCreatedAtFilter",
"description": "Specifies how to filter by creation datetime",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search for uploads with an exact match",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gt",
"description": "Filter uploads with a value that's strictly greater than the one specified",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gte",
"description": "Filter uploads with a value that's greater than or equal to the one specified",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lt",
"description": "Filter uploads with a value that's less than the one specified",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lte",
"description": "Filter uploads with a value that's less or equal than the one specified",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Exclude uploads with an exact match",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UploadFilenameFilter",
"description": "Specifies how to filter by filename",
"fields": null,
"inputFields": [
{
"name": "matches",
"description": "Filter uploads based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notMatches",
"description": "Exclude uploads based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UploadFilter",
"description": null,
"fields": null,
"inputFields": [
{
"name": "OR",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "UploadFilter",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_createdAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadCreatedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_updatedAt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadUpdatedAtFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "alt",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadAltFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "author",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadAuthorFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "basename",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadBasenameFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "colors",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadColorsFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "copyright",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadCopyrightFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "filename",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadFilenameFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "format",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadFormatFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "height",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadHeightFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadIdFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "inUse",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "InUseFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "md5",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadMd5Filter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mimeType",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadMimeTypeFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notes",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadNotesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "orientation",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "OrientationFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "resolution",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "ResolutionFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "size",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadSizeFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "smartTags",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadTagsFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tags",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadTagsFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadTitleFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "type",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "TypeFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "width",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "UploadWidthFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UploadFormatFilter",
"description": "Specifies how to filter by format",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search the asset with the specified format",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "in",
"description": "Search assets with the specified formats",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Exclude the asset with the specified format",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notIn",
"description": "Search assets that do not have the specified formats",
"type": {
"kind": "LIST",
"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": "UploadHeightFilter",
"description": "Specifies how to filter by height",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search assets with the specified height",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gt",
"description": "Search all assets larger than the specified height",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gte",
"description": "Search all assets larger or equal to the specified height",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lt",
"description": "Search all assets smaller than the specified height",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lte",
"description": "Search all assets larger or equal to the specified height",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Search assets that do not have the specified height",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "UploadId",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UploadIdFilter",
"description": "Specifies how to filter by ID",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search the asset with the specified ID",
"type": {
"kind": "SCALAR",
"name": "UploadId",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "in",
"description": "Search assets with the specified IDs",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "UploadId",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Exclude the asset with the specified ID",
"type": {
"kind": "SCALAR",
"name": "UploadId",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notIn",
"description": "Search assets that do not have the specified IDs",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "UploadId",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UploadMd5Filter",
"description": "Specifies how to filter by MD5",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search the asset with the specified MD5",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "in",
"description": "Search assets with the specified MD5s",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Exclude the asset with the specified MD5",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notIn",
"description": "Search assets that do not have the specified MD5s",
"type": {
"kind": "LIST",
"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": "UploadMimeTypeFilter",
"description": "Specifies how to filter by mime type",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search the asset with the specified mime type",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "in",
"description": "Search assets with the specified mime types",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "matches",
"description": "Filter uploads based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Exclude the asset with the specified mime type",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notIn",
"description": "Search assets that do not have the specified mime types",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notMatches",
"description": "Exclude uploads based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UploadNotesFilter",
"description": "Specifies how to filter by notes",
"fields": null,
"inputFields": [
{
"name": "exists",
"description": "Filter records with the specified field defined (i.e. with any value) or not",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "matches",
"description": "Filter uploads based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notMatches",
"description": "Exclude uploads based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "UploadOrderBy",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "_createdAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_createdAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_updatedAt_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "_updatedAt_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "basename_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "basename_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "filename_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "filename_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "format_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "format_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "id_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mimeType_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mimeType_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "resolution_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "resolution_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "size_ASC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "size_DESC",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "UploadOrientation",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "landscape",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "portrait",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "square",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UploadSizeFilter",
"description": "Specifies how to filter by size",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search assets with the specified size (in bytes)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gt",
"description": "Search all assets larger than the specified size (in bytes)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gte",
"description": "Search all assets larger or equal to the specified size (in bytes)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lt",
"description": "Search all assets smaller than the specified size (in bytes)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lte",
"description": "Search all assets larger or equal to the specified size (in bytes)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Search assets that do not have the specified size (in bytes)",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UploadTagsFilter",
"description": "Specifies how to filter by tags",
"fields": null,
"inputFields": [
{
"name": "allIn",
"description": "Filter uploads linked to all of the specified tags",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "anyIn",
"description": "Filter uploads linked to at least one of the specified tags",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "contains",
"description": "Filter uploads linked to the specified tag",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "eq",
"description": "Search for uploads with an exact match",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notIn",
"description": "Filter uploads not linked to any of the specified tags",
"type": {
"kind": "LIST",
"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": "UploadTitleFilter",
"description": "Specifies how to filter by default title",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search the asset with the specified title",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "exists",
"description": "Filter assets with the specified field defined (i.e. with any value) or not",
"type": {
"kind": "SCALAR",
"name": "BooleanType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "in",
"description": "Search assets with the specified as default title",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "matches",
"description": "Filter uploads based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Exclude the asset with the specified title",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notIn",
"description": "Search assets that do not have the specified as default title",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "notMatches",
"description": "Exclude uploads based on a regular expression",
"type": {
"kind": "INPUT_OBJECT",
"name": "StringMatchesFilter",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "UploadType",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "archive",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "audio",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "image",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pdfdocument",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "presentation",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "richtext",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "spreadsheet",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "video",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UploadUpdatedAtFilter",
"description": "Specifies how to filter by update datetime",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search for uploads with an exact match",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gt",
"description": "Filter uploads with a value that's strictly greater than the one specified",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gte",
"description": "Filter uploads with a value that's greater than or equal to the one specified",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lt",
"description": "Filter uploads with a value that's less than the one specified",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lte",
"description": "Filter uploads with a value that's less or equal than the one specified",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Exclude uploads with an exact match",
"type": {
"kind": "SCALAR",
"name": "DateTime",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "UploadVideoField",
"description": null,
"fields": [
{
"name": "duration",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "framerate",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "mp4Url",
"description": null,
"args": [
{
"name": "exactRes",
"description": "Pick the exact resolution quality specified in the argument",
"type": {
"kind": "ENUM",
"name": "VideoMp4Res",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "res",
"description": "Pick highest resolution available up to the specified argument",
"type": {
"kind": "ENUM",
"name": "VideoMp4Res",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "muxAssetId",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "muxPlaybackId",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "streamingUrl",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "thumbnailUrl",
"description": null,
"args": [
{
"name": "format",
"description": "The file extension of the requested image format. Either png, jpg or gif",
"type": {
"kind": "ENUM",
"name": "MuxThumbnailFormatType",
"ofType": null
},
"defaultValue": "jpg",
"isDeprecated": false,
"deprecationReason": null
}
],
"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": "UploadWidthFilter",
"description": "Specifies how to filter by width",
"fields": null,
"inputFields": [
{
"name": "eq",
"description": "Search assets with the specified width",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gt",
"description": "Search all assets larger than the specified width",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "gte",
"description": "Search all assets larger or equal to the specified width",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lt",
"description": "Search all assets smaller than the specified width",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "lte",
"description": "Search all assets larger or equal to the specified width",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "neq",
"description": "Search assets that do not have the specified width",
"type": {
"kind": "SCALAR",
"name": "IntType",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "VideoMp4Res",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "high",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "low",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "medium",
"description": null,
"isDeprecated": false,
"deprecationReason": 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": "isRepeatable",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"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": "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
}
],
"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": "__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": "__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": [
{
"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": "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
},
{
"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": "__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": "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, description and optional `specifiedByURL`, 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": "specifiedByURL",
"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",
"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": "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",
"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": "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": "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`, `interfaces`, 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": "focalPoint",
"description": null,
"fields": [
{
"name": "x",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "y",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "FloatType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
}
],
"directives": [
{
"name": "deprecated",
"description": "Marks an element of a GraphQL schema as no longer supported.",
"isRepeatable": false,
"locations": [
"ARGUMENT_DEFINITION",
"ENUM_VALUE",
"FIELD_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 using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": "\"No longer supported\"",
"isDeprecated": false,
"deprecationReason": null
}
]
},
{
"name": "include",
"description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
"isRepeatable": false,
"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.",
"isRepeatable": false,
"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": "specifiedBy",
"description": "Exposes a URL that specifies the behavior of this scalar.",
"isRepeatable": false,
"locations": [
"SCALAR"
],
"args": [
{
"name": "url",
"description": "The URL that specifies the behavior of this scalar.",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
]
}
]
}
}