INPUT_OBJECT
CreateAccessLogMutationInput
The input object that defines the fields for the createAccessLog mutation.
link GraphQL Schema definition
- input CreateAccessLogMutationInput {
- # The name of the entity that was accessed.
- String! :
- # The ID of the entity that was accessed.
- Int64Bit! :
- # A note about this entity.
- NoteMutationInput :
- }