Skip to main content
Inputs are used as arguments for your mutation operations. They are a type of object which define a set of fields, which in turn can either be Scalars, Enums, or other input objects.

CreateUserInput

Fields

UpdateUserInput

How can I update the email or billingId of a user?You will need to do this through a CSV Import within our Dashboard. We’ll soon make this possible through the API.

Fields

CreateUsageEventInput

Fields

CreateFeatureInput

Fields

UpdateFeatureInput

How do I update the type of feature?It is not possible to update the type of feature once it has been initially set. You would need to create a new feature altogether.

Fields

CreatePackageInput

How do I add prices to my packages and/or features within? You will currently need to use the Dashboard to add any billing templates and prices to packages and respective features within. We are currently looking into how to best achieve this through the API.

Fields

CreatePackageFeatureInput

Fields

EntitlementInput

Fields

UpdatePackageInput

For larger changes beyond adding metadata, you should use the Dashboard to update existing packages. We are currently looking into how to best achieve this through the API.

Fields