graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.87k stars 839 forks source link

Equals sign in union is optional according to spec #547

Open Dennor opened 4 years ago

Dennor commented 4 years ago

According to specification union member types list is optional.

This can be useful in schema Federations when schema predefines an union used in API with those unions later on being extended.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 92.426% when pulling 5af2c39dded5e8373cbe5d07e75e347699059883 on graphql-editor:fix-union-equal-sign-optional into ba29b760515413113cb4d99cb115b2cff11d60a2 on graphql-go:master.