appUpdate
Updates an existing app.
appUpdate(
id: ID!
input: AppInput!
): AppUpdate
Arguments
appUpdate.id ● ID! non-null scalar
ID of an app to update.
appUpdate.input ● AppInput! non-null input
Fields required to update an existing app.
Type
AppUpdate object
Updates an existing app.
Was this page helpful?