OBJECT
Resource
link GraphQL Schema definition
- type Resource {
- String :
- Application! :
- Int! :
- ISO8601DateTime! :
- String :
- String :
- Resource :
- UUID :
- UUID! :
- String! :
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- Int, :
- Int, :
- SortOrder, :
- SortBy :
- ): [Resource!]!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- Int, :
- Int, :
- SortOrder, :
- SortBy :
- ): [OrganizationResource!]!
- Resource :
- UUID :
- Option! :
- String! :
- ISO8601DateTime! :
- }