Skip to content

Commit

Permalink
fix prettier ignore for graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
puncsky committed Jan 30, 2021
1 parent 1377f35 commit bfebb75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
src/client/static/*
translations/*
*.graphql
22 changes: 3 additions & 19 deletions src/api-gateway/api-gateway.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -66,25 +66,9 @@ type FlagsStatus {
}

type Mutation {
subscribeToNewsletter(
email: String!
firstName: String
lastName: String
): Empty!
upsertFlag(
workspaceId: ID!
key: ID!
name: String
description: String
rules: [RuleInput!]
on: Boolean
variations: [Boolean!]
): Boolean!
upsertApiTokens(
_id: String!
sendgridApiKey: String
carrierToken: String
): ApiTokens
subscribeToNewsletter(email: String!, firstName: String, lastName: String): Empty!
upsertFlag(workspaceId: ID!, key: ID!, name: String, description: String, rules: [RuleInput!], on: Boolean, variations: [Boolean!]): Boolean!
upsertApiTokens(_id: String!, sendgridApiKey: String, carrierToken: String): ApiTokens
}

type Prerequisite {
Expand Down

0 comments on commit bfebb75

Please sign in to comment.