You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, arguments only apply to queries and mutations, but are also applicable to individual fields. For example, and avatar_image field on a User type may accept a size argument to specify different image sizes for different uses (thumbnail, full-size, etc).
Should be a pretty natural extension of the Field struct/module to leverage the existing Argument module.
Currently, arguments only apply to queries and mutations, but are also applicable to individual fields. For example, and
avatar_image
field on aUser
type may accept asize
argument to specify different image sizes for different uses (thumbnail, full-size, etc).Should be a pretty natural extension of the
Field
struct/module to leverage the existingArgument
module.Blocked by #29
The text was updated successfully, but these errors were encountered: