Const typeDefs
typeDefs: "type Query {_: Boolean}type Mutation {_: Boolean}type LocalizedHelloWorld {java: String!python: String!cpp: String!javascript: String!}extend type Query {localizedHelloWorld: LocalizedHelloWorld!}type Login {signed_address: String!}extend type Query {login(unsigned_address: String!): Login!}type Descriptor {unit: String!value: Float!longitude: Float!latitude: Float!unixTimestamp: Int!}extend type Query {getAllAvailableUnits: [String!]!getLatestUnitValue(unit: String!): Float!getPaginatedDescriptors(unit: String!start: Int!count: Int!): [Descriptor!]!}" = `type Query {_: Boolean}type Mutation {_: Boolean}type LocalizedHelloWorld {java: String!python: String!cpp: String!javascript: String!}extend type Query {localizedHelloWorld: LocalizedHelloWorld!}type Login {signed_address: String!}extend type Query {login(unsigned_address: String!): Login!}type Descriptor {unit: String!value: Float!longitude: Float!latitude: Float!unixTimestamp: Int!}extend type Query {getAllAvailableUnits: [String!]!getLatestUnitValue(unit: String!): Float!getPaginatedDescriptors(unit: String!start: Int!count: Int!): [Descriptor!]!}`