Sencha Ext JS 7.7 is Here – Discover What’s New and Exciting – LEARN MORE

Sencha 2020/2021 Roadmap Update

February 18, 2021 121 Views
Show

 

type Query {
getUsers(
limit: Int
offset: Int
orderBy: String
filter: String
): Users
user(id: Int!): User
}

type Mutation {
createUser(createUserInput: CreateUserInput!): Int
updateUser(
id: Int!
updateUserInput: UpdateUserInput!
): Int
deleteUser(id: Int!): Int
}

type User {
id: Int!
username: String!
firstName: String
lastName: String
role: String!
email: String!
areas: [Area!]
}

type Area {
id: Int!
name: String!
}

type Users {
count: Int!
users: [User!]!
}

input CreateUserInput {
username: String!
firstName: String!
lastName: String!
role: String!
email: String!
areas: [Int!]!
}

input UpdateUserInput {
username: String
firstName: String
lastName: String
role: String
email: String
areas: [Int!]
password: String
}

 

void main(int argc, char **argv) {

printf("Hello world\n");

}

 

 

 

teinfidngiedsgie
ejfnsdijvis
sfbuidsbvisdv
sjkcndjinvisd
x ndsjkvbsd

coming soon

Something Awesome Is

COMING SOON!