Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Mutation

createServiceApp():CreateServiceApp
Beta

BETA Creates a ServiceApp following the ClientCredentials flow

All mutations have exactly one input field called input with a unique input and return type. This is useful to write mutations with variables, so there is always one single variable per mutation. This makes it easier to use and reuse them.

Input fields of CreateServiceAppInput
title: String!
Beta

BETA The title for the ServiceApp

scopes: [SecurityScope!]!
Beta

BETA The scoped allowed for the ServiceApp

description: String = null
Beta

BETA The description for the ServiceApp

Fields of CreateServiceApp
serviceApp:ServiceApp!
Beta

BETA The created ServiceApp

secret:String!
Beta

BETA The secret tied to the ServiceApp

message:String!
Beta

BETA Disclaimer message