{ "data": { "__schema": { "directives": [ { "args": [ { "defaultValue": null, "description": "Included when true.", "name": "if", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "description": "Directs the executor to include this field or fragment only when the `if` argument is true.", "locations": [ "FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT" ], "name": "include" }, { "args": [ { "defaultValue": null, "description": "Skipped when true.", "name": "if", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "description": "Directs the executor to skip this field or fragment when the `if` argument is true.", "locations": [ "FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT" ], "name": "skip" } ], "mutationType": { "name": "Mutation" }, "queryType": { "name": "Query" }, "subscriptionType": null, "types": [ { "description": "The `Boolean` scalar type represents `true` or `false`.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "Boolean", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "Category", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Feed of this entry", "isDeprecated": false, "name": "feed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FeedMeta", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Entry title", "isDeprecated": false, "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Time at which the entry was last modified", "isDeprecated": false, "name": "updated", "type": { "kind": "SCALAR", "name": "Rfc3339Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "The time at which the entry published", "isDeprecated": false, "name": "published", "type": { "kind": "SCALAR", "name": "Rfc3339Time", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Entry summary. If there is no summary of the entry, return the content(is this bad api?)", "isDeprecated": false, "name": "summary", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Link to websiteurl at which this entry is published", "isDeprecated": false, "name": "websiteUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Entry", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EntryEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Entry", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EntryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The item at the end of the edge", "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Entry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "EntryEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Feed Id", "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Undering feed specification", "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "FeedType", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Feed title", "isDeprecated": false, "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Feed URL", "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "FeedUrl", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "The time at which the feed was last modified", "isDeprecated": false, "name": "updated", "type": { "kind": "SCALAR", "name": "Rfc3339Time", "ofType": null } }, { "args": [ { "defaultValue": "5", "description": null, "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Feed entries", "isDeprecated": false, "name": "entries", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FeedEntryConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Feed authors", "isDeprecated": false, "name": "authors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StringConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Description of feed", "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "links", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LinkConnection", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "websiteUrl", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "generator", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Requirement level for feed", "isDeprecated": false, "name": "requirement", "type": { "kind": "ENUM", "name": "Requirement", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Feed category", "isDeprecated": false, "name": "category", "type": { "kind": "SCALAR", "name": "Category", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Feed", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FeedEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Feed", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "errors", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FetchFeedError", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "FeedConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The item at the end of the edge", "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Feed", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "FeedEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FeedEntryEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Entry", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "FeedEntryConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The item at the end of the edge", "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Entry", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "FeedEntryEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Title of the feed", "isDeprecated": false, "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Url of the feed", "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "FeedUrl", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Requirement Level for the feed", "isDeprecated": false, "name": "requirement", "type": { "kind": "ENUM", "name": "Requirement", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "Category of the feed", "isDeprecated": false, "name": "category", "type": { "kind": "SCALAR", "name": "Category", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "FeedMeta", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "ATOM" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "JSON" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "RSS0" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "RSS1" }, { "deprecationReason": null, "description": null, "isDeprecated": false, "name": "RSS2" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "FeedType", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "FeedUrl", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "FeedUrl", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "errorMessage", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "FetchFeedError", "possibleTypes": null }, { "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "Float", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "ID", "possibleTypes": null }, { "description": "The `Int` scalar type represents non-fractional whole numeric values.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "Int", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "href", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "rel", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "mediaType", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "hrefLang", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "title", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Link", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "LinkEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Link", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "LinkConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The item at the end of the edge", "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Link", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "LinkEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": null, "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "SubscribeFeedInput", "ofType": null } } } ], "deprecationReason": null, "description": "Subscribe feed", "isDeprecated": false, "name": "subscribeFeed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "SubscribeFeedResponse", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "input", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "INPUT_OBJECT", "name": "UnsubscribeFeedInput", "ofType": null } } } ], "deprecationReason": null, "description": "Unsubscribe feed\nIf given feed is not subscribed, this mutation will succeed", "isDeprecated": false, "name": "unsubscribeFeed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "UNION", "name": "UnsubscribeFeedResponse", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Mutation", "possibleTypes": null }, { "description": "Information about pagination in a connection", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "When paginating backwards, are there more items?", "isDeprecated": false, "name": "hasPreviousPage", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "When paginating forwards, are there more items?", "isDeprecated": false, "name": "hasNextPage", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "When paginating backwards, the cursor to continue.", "isDeprecated": false, "name": "startCursor", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "When paginating forwards, the cursor to continue.", "isDeprecated": false, "name": "endCursor", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "PageInfo", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "subscription", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Subscription", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Query", "possibleTypes": null }, { "description": "`Requirement` expresses how important the feed is\nusing an analogy to [RFC2119](https://datatracker.ietf.org/doc/html/rfc2119)", "enumValues": [ { "deprecationReason": null, "description": "`Must` indicates it must be read", "isDeprecated": false, "name": "MUST" }, { "deprecationReason": null, "description": "`Should` suggests it should be read unless there is a special reason not to", "isDeprecated": false, "name": "SHOULD" }, { "deprecationReason": null, "description": "`May` implies it is probably worth reading", "isDeprecated": false, "name": "MAY" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "Requirement", "possibleTypes": null }, { "description": null, "enumValues": [ { "deprecationReason": null, "description": "Operation success", "isDeprecated": false, "name": "OK" }, { "deprecationReason": null, "description": "Principal does not have enough permissions", "isDeprecated": false, "name": "UNAUTHORIZED" }, { "deprecationReason": null, "description": "Given url is not valid feed url", "isDeprecated": false, "name": "INVALID_FEED_URL" }, { "deprecationReason": null, "description": "The feed server returned a status other than 200", "isDeprecated": false, "name": "FEED_UNAVAILABLE" }, { "deprecationReason": null, "description": "Something went wrong", "isDeprecated": false, "name": "INTERNAL_ERROR" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "ResponseCode", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "code", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "ResponseCode", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "ResponseStatus", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "Rfc3339Time", "possibleTypes": null }, { "description": "The `String` scalar type represents textual data, represented as UTF-8\ncharacter sequences. The String type is most often used by GraphQL to\nrepresent free-form human-readable text.", "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "SCALAR", "name": "String", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "Information to aid in pagination.", "isDeprecated": false, "name": "pageInfo", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "PageInfo", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of edges.", "isDeprecated": false, "name": "edges", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "StringEdge", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "A list of nodes.", "isDeprecated": false, "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "StringConnection", "possibleTypes": null }, { "description": "An edge in a connection.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "The item at the end of the edge", "isDeprecated": false, "name": "node", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A cursor for use in pagination", "isDeprecated": false, "name": "cursor", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "StringEdge", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ResponseStatus", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error message", "isDeprecated": false, "name": "message", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SubscribeFeedError", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Feed url to subscribe", "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "FeedUrl", "ofType": null } } }, { "defaultValue": null, "description": "Requirement level for feed", "name": "requirement", "type": { "kind": "ENUM", "name": "Requirement", "ofType": null } }, { "defaultValue": null, "description": "Feed category", "name": "category", "type": { "kind": "SCALAR", "name": "Category", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "SubscribeFeedInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "UNION", "name": "SubscribeFeedResponse", "possibleTypes": [ { "kind": "OBJECT", "name": "SubscribeFeedSuccess", "ofType": null }, { "kind": "OBJECT", "name": "SubscribeFeedError", "ofType": null } ] }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ResponseStatus", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "feed", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "Feed", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "SubscribeFeedSuccess", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, "description": null, "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "20", "description": null, "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Return Subscribed feeds", "isDeprecated": false, "name": "feeds", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "FeedConnection", "ofType": null } } }, { "args": [ { "defaultValue": null, "description": null, "name": "after", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "defaultValue": "20", "description": null, "name": "first", "type": { "kind": "SCALAR", "name": "Int", "ofType": null } } ], "deprecationReason": null, "description": "Return subscribed latest entries order by published time.", "isDeprecated": false, "name": "entries", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "EntryConnection", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "Subscription", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ResponseStatus", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "Error message", "isDeprecated": false, "name": "message", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UnsubscribeFeedError", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": "Feed url to unsubscribe", "name": "url", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "FeedUrl", "ofType": null } } } ], "interfaces": null, "kind": "INPUT_OBJECT", "name": "UnsubscribeFeedInput", "possibleTypes": null }, { "description": null, "enumValues": null, "fields": null, "inputFields": null, "interfaces": null, "kind": "UNION", "name": "UnsubscribeFeedResponse", "possibleTypes": [ { "kind": "OBJECT", "name": "UnsubscribeFeedSuccess", "ofType": null }, { "kind": "OBJECT", "name": "UnsubscribeFeedError", "ofType": null } ] }, { "description": null, "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "status", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "ResponseStatus", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "UnsubscribeFeedSuccess", "possibleTypes": null }, { "description": "A Directive provides a way to describe alternate runtime execution and type\nvalidation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution\nbehavior in ways field arguments will not suffice, such as conditionally\nincluding or skipping a field. Directives provide this by describing\nadditional information to the executor.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "locations", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "__DirectiveLocation", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "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 } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "isRepeatable", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__Directive", "possibleTypes": null }, { "description": "A Directive can be adjacent to many parts of the GraphQL language, a\n__DirectiveLocation describes one such possible adjacencies.", "enumValues": [ { "deprecationReason": null, "description": "Location adjacent to a query operation.", "isDeprecated": false, "name": "QUERY" }, { "deprecationReason": null, "description": "Location adjacent to a mutation operation.", "isDeprecated": false, "name": "MUTATION" }, { "deprecationReason": null, "description": "Location adjacent to a subscription operation.", "isDeprecated": false, "name": "SUBSCRIPTION" }, { "deprecationReason": null, "description": "Location adjacent to a field.", "isDeprecated": false, "name": "FIELD" }, { "deprecationReason": null, "description": "Location adjacent to a fragment definition.", "isDeprecated": false, "name": "FRAGMENT_DEFINITION" }, { "deprecationReason": null, "description": "Location adjacent to a fragment spread.", "isDeprecated": false, "name": "FRAGMENT_SPREAD" }, { "deprecationReason": null, "description": "Location adjacent to an inline fragment.", "isDeprecated": false, "name": "INLINE_FRAGMENT" }, { "deprecationReason": null, "description": "Location adjacent to a variable definition.", "isDeprecated": false, "name": "VARIABLE_DEFINITION" }, { "deprecationReason": null, "description": "Location adjacent to a schema definition.", "isDeprecated": false, "name": "SCHEMA" }, { "deprecationReason": null, "description": "Location adjacent to a scalar definition.", "isDeprecated": false, "name": "SCALAR" }, { "deprecationReason": null, "description": "Location adjacent to an object type definition.", "isDeprecated": false, "name": "OBJECT" }, { "deprecationReason": null, "description": "Location adjacent to a field definition.", "isDeprecated": false, "name": "FIELD_DEFINITION" }, { "deprecationReason": null, "description": "Location adjacent to an argument definition.", "isDeprecated": false, "name": "ARGUMENT_DEFINITION" }, { "deprecationReason": null, "description": "Location adjacent to an interface definition.", "isDeprecated": false, "name": "INTERFACE" }, { "deprecationReason": null, "description": "Location adjacent to a union definition.", "isDeprecated": false, "name": "UNION" }, { "deprecationReason": null, "description": "Location adjacent to an enum definition.", "isDeprecated": false, "name": "ENUM" }, { "deprecationReason": null, "description": "Location adjacent to an enum value definition.", "isDeprecated": false, "name": "ENUM_VALUE" }, { "deprecationReason": null, "description": "Location adjacent to an input object type definition.", "isDeprecated": false, "name": "INPUT_OBJECT" }, { "deprecationReason": null, "description": "Location adjacent to an input object field definition.", "isDeprecated": false, "name": "INPUT_FIELD_DEFINITION" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "__DirectiveLocation", "possibleTypes": null }, { "description": "One possible value for a given Enum. Enum values are unique values, not a\nplaceholder for a string or numeric value. However an Enum value is returned\nin a JSON response as a string.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "isDeprecated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "deprecationReason", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__EnumValue", "possibleTypes": null }, { "description": "Object and Interface types are described by a list of Fields, each of which\nhas a name, potentially a list of arguments, and a return type.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "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 } } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "isDeprecated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "deprecationReason", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__Field", "possibleTypes": null }, { "description": "Arguments provided to Fields or Directives and the input fields of an\nInputObject are represented as Input Values which describe their type and\noptionally a default value.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "type", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "defaultValue", "type": { "kind": "SCALAR", "name": "String", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__InputValue", "possibleTypes": null }, { "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes\nall available types and directives on the server, as well as the entry\npoints for query, mutation, and subscription operations.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": "description of __Schema for newer graphiql introspection schema\nrequirements", "isDeprecated": false, "name": "description", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "String", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "A list of all types supported by this server.", "isDeprecated": false, "name": "types", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } } } }, { "args": [], "deprecationReason": null, "description": "The type that query operations will be rooted at.", "isDeprecated": false, "name": "queryType", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": "If this server supports mutation, the type that mutation operations will\nbe rooted at.", "isDeprecated": false, "name": "mutationType", "type": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "If this server support subscription, the type that subscription\noperations will be rooted at.", "isDeprecated": false, "name": "subscriptionType", "type": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, { "args": [], "deprecationReason": null, "description": "A list of all directives supported by this server.", "isDeprecated": false, "name": "directives", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Directive", "ofType": null } } } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__Schema", "possibleTypes": null }, { "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds\nof types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about\nthat type. Scalar types provide no information beyond a name and\ndescription, while Enum types provide their values. Object and Interface\ntypes provide the fields they describe. Abstract types, Union and Interface,\nprovide the Object types possible at runtime. List and NonNull types compose\nother types.", "enumValues": null, "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "kind", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "ENUM", "name": "__TypeKind", "ofType": null } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "name", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "description", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [ { "defaultValue": "false", "description": null, "name": "includeDeprecated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "fields", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Field", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "interfaces", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "possibleTypes", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } } } }, { "args": [ { "defaultValue": "false", "description": null, "name": "includeDeprecated", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } } ], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "enumValues", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__EnumValue", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "inputFields", "type": { "kind": "LIST", "name": null, "ofType": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", "name": "__InputValue", "ofType": null } } } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "ofType", "type": { "kind": "OBJECT", "name": "__Type", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "specifiedByURL", "type": { "kind": "SCALAR", "name": "String", "ofType": null } }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, "name": "isOneOf", "type": { "kind": "SCALAR", "name": "Boolean", "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", "name": "__Type", "possibleTypes": null }, { "description": "An enum describing what kind of type a given `__Type` is.", "enumValues": [ { "deprecationReason": null, "description": "Indicates this type is a scalar.", "isDeprecated": false, "name": "SCALAR" }, { "deprecationReason": null, "description": "Indicates this type is an object. `fields` and `interfaces` are valid\nfields.", "isDeprecated": false, "name": "OBJECT" }, { "deprecationReason": null, "description": "Indicates this type is an interface. `fields` and `possibleTypes` are\nvalid fields.", "isDeprecated": false, "name": "INTERFACE" }, { "deprecationReason": null, "description": "Indicates this type is a union. `possibleTypes` is a valid field.", "isDeprecated": false, "name": "UNION" }, { "deprecationReason": null, "description": "Indicates this type is an enum. `enumValues` is a valid field.", "isDeprecated": false, "name": "ENUM" }, { "deprecationReason": null, "description": "Indicates this type is an input object. `inputFields` is a valid field.", "isDeprecated": false, "name": "INPUT_OBJECT" }, { "deprecationReason": null, "description": "Indicates this type is a list. `ofType` is a valid field.", "isDeprecated": false, "name": "LIST" }, { "deprecationReason": null, "description": "Indicates this type is a non-null. `ofType` is a valid field.", "isDeprecated": false, "name": "NON_NULL" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", "name": "__TypeKind", "possibleTypes": null } ] } } }