UpdateCurrentAccountUserLastActiveAtPayload
Autogenerated return type of UpdateCurrentAccountUserLastActiveAt.
type UpdateCurrentAccountUserLastActiveAtPayload {
clientMutationId: String
data: Boolean
errors: [Error!]!
}
Fields
UpdateCurrentAccountUserLastActiveAtPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateCurrentAccountUserLastActiveAtPayload.data ● Boolean scalar
Operation success status
UpdateCurrentAccountUserLastActiveAtPayload.errors ● [Error!]! non-null object
List of errors
Returned By
updateCurrentAccountUserLastActiveAt mutation