Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "data": {
- "__schema": {
- "queryType": {
- "name": "Query"
- },
- "mutationType": {
- "name": "Mutation"
- },
- "subscriptionType": {
- "name": "Subscription"
- },
- "types": [{
- "kind": "OBJECT",
- "name": "Query",
- "description": null,
- "fields": [{
- "name": "getLatestUserReadingHistory",
- "description": null,
- "args": [{
- "name": "lastRead",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "limit",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "getOtherSourceLatestUserReadingHistory",
- "description": null,
- "args": [{
- "name": "lastRead",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "limit",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "getOtherSourceUserReadingHistoryBySeriesOID",
- "description": null,
- "args": [{
- "name": "seriesOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "getOtherSourceUserReadingHistoryBySeriesOIDs",
- "description": null,
- "args": [{
- "name": "seriesOIDs",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "getUserReadingHistoryBySeriesOID",
- "description": null,
- "args": [{
- "name": "seriesOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "getUserReadingHistoryBySeriesOIDAndUpdatedTime",
- "description": null,
- "args": [{
- "name": "seriesOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }, {
- "name": "updatedAt",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "getUserReadingHistoryBySeriesOIDs",
- "description": null,
- "args": [{
- "name": "seriesOIDs",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "listFavorites",
- "description": null,
- "args": [],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "listFavoritesByUpdatedTime",
- "description": null,
- "args": [{
- "name": "updatedAt",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "listFavoritesByUpdatedTimeLimit",
- "description": null,
- "args": [{
- "name": "updatedAt",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "limit",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "listFavoritesByUpdatedTimeWithPaging",
- "description": null,
- "args": [{
- "name": "limit",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "nextToken",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "updatedAt",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "FavoritesConnection",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "listFavoritesWithoutDeleted",
- "description": null,
- "args": [],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "listOtherSourceFavoritesByUpdatedTime",
- "description": null,
- "args": [{
- "name": "updatedAt",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "listOtherSourceFavoritesByUpdatedTimeLimit",
- "description": null,
- "args": [{
- "name": "updatedAt",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "limit",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "listOtherSourceUserReadingHistoryByLastRead",
- "description": null,
- "args": [{
- "name": "lastRead",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "limit",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "listOtherSourceUserReadingHistoryByUpdatedTime",
- "description": null,
- "args": [{
- "name": "limit",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "nextToken",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "updatedAt",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistoryConnection",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "listOtherSourceUserReadingHistoryByUpdatedTimeRevised",
- "description": null,
- "args": [{
- "name": "limit",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "nextToken",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "updatedAt",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistoryConnection",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "listUserReadingHistory",
- "description": null,
- "args": [{
- "name": "limit",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "nextToken",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistoryConnection",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "listUserReadingHistoryByLastRead",
- "description": null,
- "args": [{
- "name": "lastRead",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "limit",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "listUserReadingHistoryByUpdatedTime",
- "description": null,
- "args": [{
- "name": "limit",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "nextToken",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "updatedAt",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistoryConnection",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "listUserReadingHistoryByUpdatedTimeRevised",
- "description": null,
- "args": [{
- "name": "limit",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "nextToken",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "updatedAt",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistoryConnection",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "description": null,
- "fields": [{
- "name": "createdAt",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "id",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "lastPageProgress",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "lastProgress",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "lastRead",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "lastReadChapterOID",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "lastReadPage",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "msid",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "oid",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "readChapters",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "AWSJSON",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "showInRecent",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "updatedAt",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "userID",
- "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": "SCALAR",
- "name": "AWSDateTime",
- "description": "The `AWSDateTime` scalar type provided by AWS AppSync, represents a valid ***extended*** [ISO 8601 DateTime](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) string. In other words, this scalar type accepts datetime strings of the form `YYYY-MM-DDThh:mm:ss.SSSZ`. The scalar can also accept \"negative years\" of the form `-YYYY` which correspond to years before `0000`. For example, \"**-2017-01-01T00:00Z**\" and \"**-9999-01-01T00:00Z**\" are both valid datetime strings. The field after the two digit seconds field is a nanoseconds field. It can accept between 1 and 9 digits. So, for example, \"**1970-01-01T12:00:00.2Z**\", \"**1970-01-01T12:00:00.277Z**\" and \"**1970-01-01T12:00:00.123456789Z**\" are all valid datetime strings. The seconds and nanoseconds fields are optional (the seconds field must be specified if the nanoseconds field is to be used). The [time zone offset](https://en.wikipedia.org/wiki/ISO_8601#Time_zone_designators) is compulsory for this scalar. The time zone offset must either be `Z` (representing the UTC time zone) or be in the format `±hh:mm:ss`. The seconds field in the timezone offset will be considered valid even though it is not part of the ISO 8601 standard.",
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "SCALAR",
- "name": "ID",
- "description": "Built-in ID",
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "SCALAR",
- "name": "Float",
- "description": "Built-in Float",
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "SCALAR",
- "name": "String",
- "description": "Built-in String",
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "SCALAR",
- "name": "Int",
- "description": "Built-in Int",
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "SCALAR",
- "name": "AWSJSON",
- "description": "The `AWSJSON` scalar type provided by AWS AppSync, represents a JSON string that complies with [RFC 8259](https://tools.ietf.org/html/rfc8259). Maps like \"**{\\\\\"upvotes\\\\\": 10}**\", lists like \"**[1,2,3]**\", and scalar values like \"**\\\\\"AWSJSON example string\\\\\"**\", \"**1**\", and \"**true**\" are accepted as valid JSON and will automatically be parsed and loaded in the resolver mapping templates as Maps, Lists, or Scalar values rather than as the literal input strings. Invalid JSON strings like \"**{a: 1}**\", \"**{'a': 1}**\" and \"**Unquoted string**\" will throw GraphQL validation errors.",
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "OBJECT",
- "name": "Favorites",
- "description": null,
- "fields": [{
- "name": "createdAt",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "deleted",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "deletedUpdatedChapters",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "AWSJSON",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "id",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "lastUpdated",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "msid",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "oid",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "updatedAt",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "updatedChapters",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "AWSJSON",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "userID",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "OBJECT",
- "name": "FavoritesConnection",
- "description": null,
- "fields": [{
- "name": "items",
- "description": null,
- "args": [],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "nextToken",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "OBJECT",
- "name": "UserReadingHistoryConnection",
- "description": null,
- "fields": [{
- "name": "items",
- "description": null,
- "args": [],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "nextToken",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "OBJECT",
- "name": "Mutation",
- "description": null,
- "fields": [{
- "name": "addFavoriteChapters",
- "description": null,
- "args": [{
- "name": "chapters",
- "description": null,
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "INPUT_OBJECT",
- "name": "AddFavoriteChapterInput",
- "ofType": null
- }
- },
- "defaultValue": null
- }, {
- "name": "id",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "addOtherSourceFavoriteChapters",
- "description": null,
- "args": [{
- "name": "chapters",
- "description": null,
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "INPUT_OBJECT",
- "name": "AddFavoriteChapterInput",
- "ofType": null
- }
- },
- "defaultValue": null
- }, {
- "name": "id",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "createFavorite",
- "description": null,
- "args": [{
- "name": "input",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "CreateFavoritesInput",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "createFavorites",
- "description": null,
- "args": [{
- "name": "input",
- "description": null,
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "INPUT_OBJECT",
- "name": "CreateFavoritesInput",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "createOtherSourceFavorite",
- "description": null,
- "args": [{
- "name": "input",
- "description": null,
- "type": {
- "kind": "INPUT_OBJECT",
- "name": "CreateFavoritesInput",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "createOtherSourceFavorites",
- "description": null,
- "args": [{
- "name": "input",
- "description": null,
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "INPUT_OBJECT",
- "name": "CreateFavoritesInput",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "createOtherSourceUserReadingHistories",
- "description": null,
- "args": [{
- "name": "input",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "INPUT_OBJECT",
- "name": "CreateUserReadingHistoryInput",
- "ofType": null
- }
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "createOtherSourceUserReadingHistory",
- "description": null,
- "args": [{
- "name": "input",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "INPUT_OBJECT",
- "name": "CreateUserReadingHistoryInput",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "createUserReadingHistories",
- "description": null,
- "args": [{
- "name": "input",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "INPUT_OBJECT",
- "name": "CreateUserReadingHistoryInput",
- "ofType": null
- }
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "createUserReadingHistory",
- "description": null,
- "args": [{
- "name": "input",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "INPUT_OBJECT",
- "name": "CreateUserReadingHistoryInput",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "deleteFavorite",
- "description": null,
- "args": [{
- "name": "seriesOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "deleteFavorites",
- "description": null,
- "args": [{
- "name": "seriesOIDs",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "deleteOtherSourceFavorite",
- "description": null,
- "args": [{
- "name": "seriesOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "deleteOtherSourceFavorites",
- "description": null,
- "args": [{
- "name": "seriesOIDs",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "removeFavoriteAllChapters",
- "description": null,
- "args": [{
- "name": "seriesOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "removeFavoriteChapters",
- "description": null,
- "args": [{
- "name": "chapterOIDs",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- }
- },
- "defaultValue": null
- }, {
- "name": "seriesOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "removeOtherSourceFavoriteAllChapters",
- "description": null,
- "args": [{
- "name": "seriesOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "removeOtherSourceFavoriteChapters",
- "description": null,
- "args": [{
- "name": "chapterOIDs",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- }
- },
- "defaultValue": null
- }, {
- "name": "seriesOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "removeOtherSourceUserReadingHistoryReadChapters",
- "description": null,
- "args": [{
- "name": "chapterOIDs",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- }
- },
- "defaultValue": null
- }, {
- "name": "seriesOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "removeUserReadingHistoryReadChapters",
- "description": null,
- "args": [{
- "name": "chapterOIDs",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- }
- },
- "defaultValue": null
- }, {
- "name": "seriesOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "updateFavorite",
- "description": null,
- "args": [{
- "name": "input",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "INPUT_OBJECT",
- "name": "UpdateFavoritesInput",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "updateOtherSourceFavorite",
- "description": null,
- "args": [{
- "name": "input",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "INPUT_OBJECT",
- "name": "UpdateFavoritesInput",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "updateOtherSourceUserReadingHistory",
- "description": null,
- "args": [{
- "name": "input",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "INPUT_OBJECT",
- "name": "UpdateUserReadingHistoryInput",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "updateOtherSourceUserReadingHistoryReadChapters",
- "description": null,
- "args": [{
- "name": "chapters",
- "description": null,
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "INPUT_OBJECT",
- "name": "UserReadingHistoryReadChapterInput",
- "ofType": null
- }
- },
- "defaultValue": null
- }, {
- "name": "seriesOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "updateUserReadingHistory",
- "description": null,
- "args": [{
- "name": "input",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "INPUT_OBJECT",
- "name": "UpdateUserReadingHistoryInput",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "updateUserReadingHistoryReadChapters",
- "description": null,
- "args": [{
- "name": "chapters",
- "description": null,
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "INPUT_OBJECT",
- "name": "UserReadingHistoryReadChapterInput",
- "ofType": null
- }
- },
- "defaultValue": null
- }, {
- "name": "seriesOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "updateUserReadingHistoryReadProgress",
- "description": null,
- "args": [{
- "name": "chapterOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }, {
- "name": "lastPageProgress",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- }
- },
- "defaultValue": null
- }, {
- "name": "lastRead",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "lastReadPage",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "seriesOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "INPUT_OBJECT",
- "name": "AddFavoriteChapterInput",
- "description": null,
- "fields": null,
- "inputFields": [{
- "name": "chapterOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }, {
- "name": "updated",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "INPUT_OBJECT",
- "name": "CreateFavoritesInput",
- "description": null,
- "fields": null,
- "inputFields": [{
- "name": "lastUpdated",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "msid",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- }
- },
- "defaultValue": null
- }, {
- "name": "oid",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }, {
- "name": "updatedChapters",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSJSON",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "INPUT_OBJECT",
- "name": "CreateUserReadingHistoryInput",
- "description": null,
- "fields": null,
- "inputFields": [{
- "name": "lastPageProgress",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "lastProgress",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "lastRead",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "lastReadChapterOID",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "lastReadPage",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "msid",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "oid",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }, {
- "name": "readChapters",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSJSON",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "INPUT_OBJECT",
- "name": "UpdateFavoritesInput",
- "description": null,
- "fields": null,
- "inputFields": [{
- "name": "lastUpdated",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "msid",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "oid",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "INPUT_OBJECT",
- "name": "UpdateUserReadingHistoryInput",
- "description": null,
- "fields": null,
- "inputFields": [{
- "name": "lastPageProgress",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "lastProgress",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "lastRead",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "lastReadChapterOID",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "lastReadPage",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "oid",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }, {
- "name": "readChapters",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSJSON",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "showInRecent",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "INPUT_OBJECT",
- "name": "UserReadingHistoryReadChapterInput",
- "description": null,
- "fields": null,
- "inputFields": [{
- "name": "chapterOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }, {
- "name": "updated",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "OBJECT",
- "name": "Subscription",
- "description": null,
- "fields": [{
- "name": "onCreateFavorites",
- "description": null,
- "args": [{
- "name": "userID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "onCreateUserReadingHistory",
- "description": null,
- "args": [{
- "name": "userID",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "onDeleteFavorites",
- "description": null,
- "args": [{
- "name": "userID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "onUpdateFavorites",
- "description": null,
- "args": [{
- "name": "userID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "Favorites",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "onUpdateUserReadingHistory",
- "description": null,
- "args": [{
- "name": "userID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "onUpdateUserReadingHistoryBySeries",
- "description": null,
- "args": [{
- "name": "seriesOID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }, {
- "name": "userID",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "INPUT_OBJECT",
- "name": "UserReadingHistoryInput",
- "description": null,
- "fields": null,
- "inputFields": [{
- "name": "lastPageProgress",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "lastProgress",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Float",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "lastRead",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSDateTime",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "lastReadChapterOID",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "lastReadPage",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "msid",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }, {
- "name": "oid",
- "description": null,
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }, {
- "name": "readChapters",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "AWSJSON",
- "ofType": null
- },
- "defaultValue": null
- }
- ],
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "OBJECT",
- "name": "LatestUserReadingHistoryResult",
- "description": null,
- "fields": [{
- "name": "count",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "item",
- "description": null,
- "args": [],
- "type": {
- "kind": "OBJECT",
- "name": "UserReadingHistory",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "OBJECT",
- "name": "__Schema",
- "description": "A GraphQL Introspection defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, the entry points for query, mutation, and subscription operations.",
- "fields": [{
- "name": "types",
- "description": "A list of all types supported by this server.",
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "__Type",
- "ofType": null
- }
- }
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "queryType",
- "description": "The type that query operations will be rooted at.",
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "__Type",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "mutationType",
- "description": "If this server supports mutation, the type that mutation operations will be rooted at.",
- "args": [],
- "type": {
- "kind": "OBJECT",
- "name": "__Type",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "directives",
- "description": "'A list of all directives supported by this server.",
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "__Directive",
- "ofType": null
- }
- }
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "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
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "OBJECT",
- "name": "__Type",
- "description": null,
- "fields": [{
- "name": "kind",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "__TypeKind",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "name",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "description",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "fields",
- "description": null,
- "args": [{
- "name": "includeDeprecated",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": "false"
- }
- ],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "__Field",
- "ofType": null
- }
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "interfaces",
- "description": null,
- "args": [],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "__Type",
- "ofType": null
- }
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "possibleTypes",
- "description": null,
- "args": [],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "__Type",
- "ofType": null
- }
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "enumValues",
- "description": null,
- "args": [{
- "name": "includeDeprecated",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "defaultValue": "false"
- }
- ],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "__EnumValue",
- "ofType": null
- }
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "inputFields",
- "description": null,
- "args": [],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "__InputValue",
- "ofType": null
- }
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "ofType",
- "description": null,
- "args": [],
- "type": {
- "kind": "OBJECT",
- "name": "__Type",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "ENUM",
- "name": "__TypeKind",
- "description": "An enum describing what kind of type a given __Type is",
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": [{
- "name": "SCALAR",
- "description": "Indicates this type is a scalar.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "OBJECT",
- "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "INTERFACE",
- "description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "UNION",
- "description": "Indicates this type is a union. `possibleTypes` is a valid field.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "ENUM",
- "description": "Indicates this type is an enum. `enumValues` is a valid field.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "INPUT_OBJECT",
- "description": "Indicates this type is an input object. `inputFields` is a valid field.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "LIST",
- "description": "Indicates this type is a list. `ofType` is a valid field.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "NON_NULL",
- "description": "Indicates this type is a non-null. `ofType` is a valid field.",
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "possibleTypes": null
- }, {
- "kind": "OBJECT",
- "name": "__Field",
- "description": null,
- "fields": [{
- "name": "name",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "description",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "args",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "__InputValue",
- "ofType": null
- }
- }
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "type",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "__Type",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "isDeprecated",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "deprecationReason",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "OBJECT",
- "name": "__InputValue",
- "description": null,
- "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": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "SCALAR",
- "name": "Boolean",
- "description": "Built-in Boolean",
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "OBJECT",
- "name": "__EnumValue",
- "description": null,
- "fields": [{
- "name": "name",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "description",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "isDeprecated",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "deprecationReason",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "OBJECT",
- "name": "__Directive",
- "description": null,
- "fields": [{
- "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": "locations",
- "description": null,
- "args": [],
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "ENUM",
- "name": "__DirectiveLocation",
- "ofType": null
- }
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "args",
- "description": null,
- "args": [],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "OBJECT",
- "name": "__InputValue",
- "ofType": null
- }
- }
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "onOperation",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "isDeprecated": true,
- "deprecationReason": "Use `locations`."
- }, {
- "name": "onFragment",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "isDeprecated": true,
- "deprecationReason": "Use `locations`."
- }, {
- "name": "onField",
- "description": null,
- "args": [],
- "type": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- },
- "isDeprecated": true,
- "deprecationReason": "Use `locations`."
- }
- ],
- "inputFields": null,
- "interfaces": [],
- "enumValues": null,
- "possibleTypes": null
- }, {
- "kind": "ENUM",
- "name": "__DirectiveLocation",
- "description": "An enum describing valid locations where a directive can be placed",
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": [{
- "name": "QUERY",
- "description": "Indicates the directive is valid on queries.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "MUTATION",
- "description": "Indicates the directive is valid on mutations.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "FIELD",
- "description": "Indicates the directive is valid on fields.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "FRAGMENT_DEFINITION",
- "description": "Indicates the directive is valid on fragment definitions.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "FRAGMENT_SPREAD",
- "description": "Indicates the directive is valid on fragment spreads.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "INLINE_FRAGMENT",
- "description": "Indicates the directive is valid on inline fragments.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "SCHEMA",
- "description": "Indicates the directive is valid on a schema SDL definition.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "SCALAR",
- "description": "Indicates the directive is valid on a scalar SDL definition.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "OBJECT",
- "description": "Indicates the directive is valid on an object SDL definition.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "FIELD_DEFINITION",
- "description": "Indicates the directive is valid on a field SDL definition.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "ARGUMENT_DEFINITION",
- "description": "Indicates the directive is valid on a field argument SDL definition.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "INTERFACE",
- "description": "Indicates the directive is valid on an interface SDL definition.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "UNION",
- "description": "Indicates the directive is valid on an union SDL definition.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "ENUM",
- "description": "Indicates the directive is valid on an enum SDL definition.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "ENUM_VALUE",
- "description": "Indicates the directive is valid on an enum value SDL definition.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "INPUT_OBJECT",
- "description": "Indicates the directive is valid on an input object SDL definition.",
- "isDeprecated": false,
- "deprecationReason": null
- }, {
- "name": "INPUT_FIELD_DEFINITION",
- "description": "Indicates the directive is valid on an input object field SDL definition.",
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "possibleTypes": null
- }
- ],
- "directives": [{
- "name": "include",
- "description": "Directs the executor to include this field or fragment only when the `if` argument is true",
- "locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"],
- "args": [{
- "name": "if",
- "description": "Included when true.",
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ]
- }, {
- "name": "skip",
- "description": "Directs the executor to skip this field or fragment when the `if`'argument is true.",
- "locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"],
- "args": [{
- "name": "if",
- "description": "Skipped when true.",
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "Boolean",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ]
- }, {
- "name": "defer",
- "description": "This directive allows results to be deferred during execution",
- "locations": ["FIELD"],
- "args": []
- }, {
- "name": "aws_oidc",
- "description": "Tells the service this field/object has access authorized by an OIDC token.",
- "locations": ["OBJECT", "FIELD_DEFINITION"],
- "args": []
- }, {
- "name": "aws_iam",
- "description": "Tells the service this field/object has access authorized by sigv4 signing.",
- "locations": ["OBJECT", "FIELD_DEFINITION"],
- "args": []
- }, {
- "name": "aws_auth",
- "description": "Directs the schema to enforce authorization on a field",
- "locations": ["FIELD_DEFINITION"],
- "args": [{
- "name": "cognito_groups",
- "description": "List of cognito user pool groups which have access on this field",
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ]
- }, {
- "name": "aws_subscribe",
- "description": "Tells the service which mutation triggers this subscription.",
- "locations": ["FIELD_DEFINITION"],
- "args": [{
- "name": "mutations",
- "description": "List of mutations which will trigger this subscription when they are called.",
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ]
- }, {
- "name": "deprecated",
- "description": null,
- "locations": ["FIELD_DEFINITION", "ENUM_VALUE"],
- "args": [{
- "name": "reason",
- "description": null,
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": "\"No longer supported\""
- }
- ]
- }, {
- "name": "aws_publish",
- "description": "Tells the service which subscriptions will be published to when this mutation is called. This directive is deprecated use @aws_susbscribe directive instead.",
- "locations": ["FIELD_DEFINITION"],
- "args": [{
- "name": "subscriptions",
- "description": "List of subscriptions which will be published to when this mutation is called.",
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ]
- }, {
- "name": "aws_cognito_user_pools",
- "description": "Tells the service this field/object has access authorized by a Cognito User Pools token.",
- "locations": ["OBJECT", "FIELD_DEFINITION"],
- "args": [{
- "name": "cognito_groups",
- "description": "List of cognito user pool groups which have access on this field",
- "type": {
- "kind": "LIST",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- }
- },
- "defaultValue": null
- }
- ]
- }, {
- "name": "aws_api_key",
- "description": "Tells the service this field/object has access authorized by an API key.",
- "locations": ["OBJECT", "FIELD_DEFINITION"],
- "args": []
- }
- ]
- }
- }
- }
Add Comment
Please, Sign In to add comment