CelumConfig
No description
type CelumConfig {
accountId: Int!
apiKey: String!
createdAt: ISO8601DateTime!
endpoint: String!
id: Int!
updatedAt: ISO8601DateTime!
}
Fields
CelumConfig.accountId ● Int! non-null scalar
CelumConfig.apiKey ● String! non-null scalar
CelumConfig.createdAt ● ISO8601DateTime! non-null scalar
Created at
CelumConfig.endpoint ● String! non-null scalar
CelumConfig.id ● Int! non-null scalar
CelumConfig.updatedAt ● ISO8601DateTime! non-null scalar
Updated at
Returned By
celumConfig query
Member Of
UpdateCelumConfigPayload object