UNPKG

@shopify/cli-kit

Version:

A set of utilities, interfaces, and models that are common across all the platform features

65 lines 3.16 kB
export const ThemePublish = { kind: 'Document', definitions: [ { kind: 'OperationDefinition', operation: 'mutation', name: { kind: 'Name', value: 'themePublish' }, variableDefinitions: [ { kind: 'VariableDefinition', variable: { kind: 'Variable', name: { kind: 'Name', value: 'id' } }, type: { kind: 'NonNullType', type: { kind: 'NamedType', name: { kind: 'Name', value: 'ID' } } }, }, ], selectionSet: { kind: 'SelectionSet', selections: [ { kind: 'Field', name: { kind: 'Name', value: 'themePublish' }, arguments: [ { kind: 'Argument', name: { kind: 'Name', value: 'id' }, value: { kind: 'Variable', name: { kind: 'Name', value: 'id' } }, }, ], selectionSet: { kind: 'SelectionSet', selections: [ { kind: 'Field', name: { kind: 'Name', value: 'theme' }, selectionSet: { kind: 'SelectionSet', selections: [ { kind: 'Field', name: { kind: 'Name', value: 'id' } }, { kind: 'Field', name: { kind: 'Name', value: 'name' } }, { kind: 'Field', name: { kind: 'Name', value: 'role' } }, { kind: 'Field', name: { kind: 'Name', value: '__typename' } }, ], }, }, { kind: 'Field', name: { kind: 'Name', value: 'userErrors' }, selectionSet: { kind: 'SelectionSet', selections: [ { kind: 'Field', name: { kind: 'Name', value: 'field' } }, { kind: 'Field', name: { kind: 'Name', value: 'message' } }, { kind: 'Field', name: { kind: 'Name', value: '__typename' } }, ], }, }, { kind: 'Field', name: { kind: 'Name', value: '__typename' } }, ], }, }, ], }, }, ], }; //# sourceMappingURL=theme_publish.js.map