OBJECT

CustomerInfo

link GraphQL Schema definition

1type CustomerInfo {
2firstName: String
3
4lastName: String
5
6email: String
7
8}