OBJECT
Integration
link GraphQL Schema definition
- type Integration {
- : ISO8601DateTime!
- : User!
- : UUID!
- : Environment!
- : String
- : UUID!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- : Int,
- : Int,
- : SortOrder,
- : SortBy
- ): [IntegrationOption!]!
- : IntegrationType!
- : String!
- : Organization!
- : Int!
- : ISO8601DateTime!
- : User!
- : UUID!
- }