I want to merge two schema result.Since Graphql does not make the merge statement for me. I have tried to make it myself but when i am trying to merge it is giving me null value ...
query{
users {
id
User_ID
Name
settings {
U...
Hello ,i want to merge two schema result for making nodes.Since graphql does not make the statement merge , i am trying this example...
type User {
id:ID!
User_ID:String!
Mobile_Number:String!
...