graphql-schema icon indicating copy to clipboard operation
graphql-schema copied to clipboard

Allow field args to be defined in one step

Open tlvenn opened this issue 8 years ago • 0 comments

Related to #5 , we need to allow the user to define the args in one call so he can use the connectionArgs provided by graphql-relay-js

args(args) {
  this.__field.args = args;
} 

tlvenn avatar Sep 21 '15 15:09 tlvenn