Mutation: create
Execution is not allowed during publishing
loggedUserMutation {
crewApp {
positioning {
create(
data: CrewAppPositioningInputType!
timezoneToggle: TimeZoneToggle!
): Boolean!
}
}
}
Arguments
create.data ● CrewAppPositioningInputType! non-null input
create.timezoneToggle ● TimeZoneToggle! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.