INPUT_OBJECT
The input object that defines the fields for the createAgentCredential mutation.
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}