gqlmin icon indicating copy to clipboard operation
gqlmin copied to clipboard

< 1 kB GraphQL query minifier

Results 1 gqlmin issues
Sort by recently updated
recently updated
newest added

The following graphql is legal: ```graphql mutation CreateIssue( $repoId: ID! $title: String! $body: String $labelIds: [ID!] ) { createIssue( input: { repositoryId: $repoId title: $title body: $body labelIds: $labelIds }...