Skip to content
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

RFC 373: Nesting Interfaces #38

Open
SerafimArts opened this issue Dec 15, 2017 · 0 comments
Open

RFC 373: Nesting Interfaces #38

SerafimArts opened this issue Dec 15, 2017 · 0 comments

Comments

@SerafimArts
Copy link
Member

SerafimArts commented Dec 15, 2017

About

Add docblock syntax.

Example

interface Created {
    createdAt(format: String! = "RFC3339"): DateTime!
}

interface Updated {
    updatedAt(format: String! = "RFC3339"): DateTime
}

interface Timestamps implements Created, Updated {
}

######

type User implements Timestamps {
    # createdAt field required
    # updatedAt field required
}
@SerafimArts SerafimArts self-assigned this Dec 15, 2017
@SerafimArts SerafimArts changed the title RFC Nesting Interfaces RFC 373: Nesting Interfaces Dec 19, 2017
@SerafimArts SerafimArts mentioned this issue Dec 28, 2017
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant