hasura / graphql-data-specification

A specification for Data APIs with GraphQL
https://hasura.github.io/graphql-data-specification/
18 stars 3 forks source link

Add specification for projection functions #18

Open coco98 opened 1 year ago

coco98 commented 1 year ago

Projection functions are stateless functions that take an input and provide an output.

They are very useful, especially in allowing addition of domain specific logic to NLS (eg: input validation) (#16 )