diff --git a/core/api-keys/subgraph/schema.graphql b/core/api-keys/subgraph/schema.graphql index 3be7d40c29..5882b57870 100644 --- a/core/api-keys/subgraph/schema.graphql +++ b/core/api-keys/subgraph/schema.graphql @@ -31,7 +31,6 @@ type ApiKeyRevokePayload { - type Mutation { apiKeyCreate(input: ApiKeyCreateInput!): ApiKeyCreatePayload! apiKeyRevoke(input: ApiKeyRevokeInput!): ApiKeyRevokePayload!