INPUT_OBJECT

CreateAgentCredentialMutationInput

The input object that defines the fields for the createAgentCredential mutation.

link GraphQL Schema definition

  • input CreateAgentCredentialMutationInput {
  • # A descriptive name.
  • name: String!
  • # The ID of a User.
  • user_id: Int64Bit!
  • # The date and time this entity expires.
  • expires_at: Date
  • }

link Require by