Skip to content

ToggleBaaInput

Autogenerated input type of ToggleBaa

Fields

deprecated DO NOT USE
enable · String! · required
id · ID! · required

Used By

Definition

"""
Autogenerated input type of ToggleBaa
"""
input ToggleBaaInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
enable: String!
id: ID!
}