Skip to content

Forbid object to declare that it implements same interface twice. #728

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 28, 2017

Conversation

IvanGoncharov
Copy link
Member

For details please see this PR: graphql/graphql-spec#262

fields: { f: { type: GraphQLString } }
}));
}).to.throw(
'SomeObject may decalre it implements NonUniqInterface only once.'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe you have a typo in "decalre"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@charlierudolph Thanks 👍 Fixed.

@IvanGoncharov IvanGoncharov force-pushed the uniq_interfaces branch 2 times, most recently from 45a026d to 9410d6c Compare March 6, 2017 10:45
@leebyron leebyron merged commit e3c708a into graphql:master Apr 28, 2017
@IvanGoncharov IvanGoncharov deleted the uniq_interfaces branch April 30, 2017 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants