OBJECT
Query
link GraphQL Schema definition
- type Query {
- Company :
- # Arguments
- # id: [Not documented]
- ID!): Contact ( :
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # name: [Not documented]
- # number: [Not documented]
- # tags: [Not documented]
- # orderBy: [Not documented]
- (
- String, :
- String, :
- Int, :
- Int, :
- String, :
- String, :
- String!], : [
- String :
- ): ContactConnection
- # Arguments
- # id: [Not documented]
- ID): Employee ( :
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- String, : String, : Int, : Int): EmployeeConnection ( :
- # Arguments
- # id: [Not documented]
- ID!): Group ( :
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- String, : String, : Int, : Int): GroupConnection ( :
- Integration!] : [
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- String, : String, : Int, : Int): SmileyConnection ( :
- }
link Require by
This element is not required by anyone