INPUT_OBJECT
CreateRecentItemMutationInput
The input object that defines the fields for the createRecentItem mutation.
link GraphQL Schema definition
- input CreateRecentItemMutationInput {
- # The entity that a recent item entry is for.
- : RecentitemableType!
- # The ID of the entity that this recent item entry is for.
- : Int64Bit!
- }