Search:

OBJECT

Company

link GraphQL Schema definition

  • type Company {
  • CompanyID: ID
  • Name: String
  • ReadyToTransact: Boolean
  • # Arguments
  • # type: [Not documented]
  • # Type: [Not documented]
  • # OnlyAvailable: [Not documented]
  • # Category: [Not documented]
  • # Term: [Not documented]
  • # Code: [Not documented]
  • # term: [Not documented]
  • PaymentItems(
  • type: ItemTypeEnum,
  • Type: ItemTypeEnum,
  • OnlyAvailable: Boolean,
  • Category: ID,
  • Term: String,
  • Code: String,
  • term: String
  • ): [PaymentItem]
  • FoodServiceItem: 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]
  • Students(ID: ID, Term: String, Sort: StudentOrderBy, first: Int, after: ID): StudentConnection
  • # Arguments
  • # ServiceName: [Not documented]
  • Plugins(ServiceName: String): [Plugin]
  • # Arguments
  • # Keyword: [Not documented]
  • # first: [Not documented]
  • GLAccountsAsArray(Keyword: String, first: Int): [GLAccount]
  • FieldValuesAsJSON: String
  • MerchantConvenienceFee: Amount
  • AutomaticallyAssessFee: Boolean
  • # Returns the District provided ID for this School
  • SchoolID: String
  • # School or District primary phone number
  • PrimaryPhone: String
  • # Cached parent count
  • ParentCount: Int
  • User: User
  • # Retrieves the grades available to this school
  • Grades: [String]
  • # Retrieves the teachers available to this school
  • #
  • # Arguments
  • # Term: [Not documented]
  • Teachers(Term: String): StringConnection
  • # Retrieves the custom student groups to this school
  • #
  • # Arguments
  • # Term: [Not documented]
  • Groups(Term: String): GroupConnection
  • }
Go Live