Search:
OBJECT
Company
link GraphQL Schema definition
- type Company {
- : ID
- : String
- : Boolean
- # Arguments
- # type: [Not documented]
- # Type: [Not documented]
- # OnlyAvailable: [Not documented]
- # Category: [Not documented]
- # Term: [Not documented]
- # Code: [Not documented]
- # term: [Not documented]
- (
- : ItemTypeEnum,
- : ItemTypeEnum,
- : Boolean,
- : ID,
- : String,
- : String,
- : String
- ): [PaymentItem]
- : PaymentItem
- # Returns a paginated resource of students that belong to the company. You can
- # only query students on one company at a time. If you sort by last name, you may
- # receive the same student on multiple pages to resolve amgibuity in last names.
- #
- # Arguments
- # ID: [Not documented]
- # Term: [Not documented]
- # Sort: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- (: ID, : String, : StudentOrderBy, : Int, : ID): StudentConnection
- # Arguments
- # ServiceName: [Not documented]
- (: String): [Plugin]
- # Arguments
- # Keyword: [Not documented]
- # first: [Not documented]
- (: String, : Int): [GLAccount]
- : String
- : Amount
- : Boolean
- # Returns the District provided ID for this School
- : String
- # School or District primary phone number
- : String
- # Cached parent count
- : Int
- : User
- # Retrieves the grades available to this school
- : [String]
- # Retrieves the teachers available to this school
- #
- # Arguments
- # Term: [Not documented]
- (: String): StringConnection
- # Retrieves the custom student groups to this school
- #
- # Arguments
- # Term: [Not documented]
- (: String): GroupConnection
- }