Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Create possibility to set description to to field in GraphQLObject #64

Closed
mkmarek opened this issue Jun 20, 2017 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@mkmarek
Copy link
Owner

mkmarek commented Jun 20, 2017

The description for field should be possible to set in following ways:

this.Field("name", e => e.Name, description: "stuff");

or

this.Field("name", e => e.Name, description: "stuff").WithDescription("stuff");
@mkmarek mkmarek added this to the 1.0.0-rc2 milestone Jun 20, 2017
@mkmarek mkmarek added this to TODO in 1.0.0 release Jun 20, 2017
@adamivora adamivora self-assigned this Jun 26, 2017
@adamivora adamivora moved this from TODO to DOING in 1.0.0 release Jun 26, 2017
@adamivora adamivora moved this from DOING to To be released in 1.0.0 release Jun 26, 2017
@adamivora
Copy link
Collaborator

Resolved in eabd886.

@mkmarek mkmarek moved this from To be released to DONE in 1.0.0 release Jul 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Development

No branches or pull requests

2 participants