botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

Support Schema Extensions #18

Open zonr opened 5 years ago

zonr commented 5 years ago

See https://facebook.github.io/graphql/draft/#sec-Type-System-Extensions

Type system extensions are used to represent a GraphQL type system which has been extended from some original type system. For example, this might be used by a local service to represent data a GraphQL client only accesses locally, or by a GraphQL service which is itself an extension of another GraphQL service.

zonr commented 5 years ago

I'm going to remove this from V1 milestone.

This feature is not an essential part of a GraphQL server. It is primarily used by GraphQL clients or tools to extend schema from remote service (to include local information) for processing.