INPUT_OBJECT
CreateRadiusAccountMutationInput
The input object that defines the fields for the createRadiusAccount mutation.
link GraphQL Schema definition
- input CreateRadiusAccountMutationInput {
- # A username, used for authentication.
- String! :
- # A password.
- String :
- # The ID of an Account.
- Int64Bit! :
- # A note about this entity.
- NoteMutationInput :
- }