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