OBJECT
Query
link GraphQL Schema definition
- type Query {
- # Arguments
- # id: [Not documented]
- ID!): Answer! ( :
- # Arguments
- # id: [Not documented]
- ID!): Book! ( :
- # Arguments
- # id: [Not documented]
- ID!): BookSeries! ( :
- # Arguments
- # id: [Not documented]
- ID!): FindAnswerPayload! ( :
- # Arguments
- # id: [Not documented]
- ID!): FindBookPayload! ( :
- # Arguments
- # id: [Not documented]
- ID!): FindBookSeriesPayload! ( :
- # Arguments
- # id: [Not documented]
- ID!): FindHenkenPayload! ( :
- # Arguments
- # id: [Not documented]
- ID!): FindRecommendationPayload! ( :
- # Arguments
- # alias: [Not documented]
- # id: [Not documented]
- String, : ID): FindUserPayload! ( :
- # Arguments
- # id: [Not documented]
- ID!): Henken! ( :
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # orderBy: [Not documented]
- (
- String, :
- String, :
- Int, :
- Int, :
- AnswerOrder! :
- ): AnswerConnection!
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # orderBy: [Not documented]
- (
- String, :
- String, :
- Int, :
- Int, :
- AuthorOrder! :
- ): AuthorConnection!
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # orderBy: [Not documented]
- (
- String, :
- String, :
- Int, :
- Int, :
- BookSeriesOrder! :
- ): BookSeriesConnection!
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # orderBy: [Not documented]
- (
- String, :
- String, :
- Int, :
- Int, :
- BookOrder! :
- ): BookConnection!
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # orderBy: [Not documented]
- (
- String, :
- String, :
- Int, :
- Int, :
- HenkenOrder! :
- ): HenkenConnection!
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # orderBy: [Not documented]
- (
- String, :
- String, :
- Int, :
- Int, :
- RecommendationOrder! :
- ): RecommendationConnection!
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # orderBy: [Not documented]
- (
- String, :
- String, :
- Int, :
- Int, :
- UserOrder! :
- ): UserConnection!
- # Arguments
- # id: [Not documented]
- ID!): Recommendation! ( :
- # Arguments
- # id: [Not documented]
- ID!): User! ( :
- # Return current user. Return `null` if user not registered
- User :
- }
link Require by
This element is not required by anyone