huv1k
01/15/2018, 1:44 PMfullname = firstname + lastname
ty for any resource ā¤ļøiamclaytonray
01/15/2018, 1:45 PMnilan
01/15/2018, 1:48 PMhuv1k
01/15/2018, 1:56 PMiamclaytonray
01/15/2018, 2:00 PMhuv1k
01/15/2018, 2:04 PM# import User from "../database/schema.generated.graphql"
Then i write type Query like this:
type Query {
me: User
users: [User]
}
And i have defined user somehow, but i want to add extra field to user fullName
, so its possible to write whole User
type again or i was thinking it could be somehow possible to extend User
what i imported from my database schemaiamclaytonray
01/15/2018, 2:06 PMimplements
another type. For what @nilan said above, Iām not sure.nilan
01/15/2018, 2:06 PMhuv1k
01/15/2018, 2:09 PMhuv1k
01/15/2018, 2:10 PMnilan
01/15/2018, 2:10 PMagartha
01/15/2018, 2:52 PMgraphql
, as I have also indicated in the issue before. There's nothing we can do about that (other than creating a PR for graphql
...)nilan
01/15/2018, 3:07 PMagartha
01/15/2018, 3:08 PM