I can't fetch and create array of object(Question) by using GraphQL(gqlgen) mongo and prisma

前端 未结 0 1233
盖世英雄少女心
盖世英雄少女心 2020-12-04 09:31

schema.graphql

scalar DateTime
# Queries (GET - POST)
type Query {
  getUser(userId: ID!): User!
}

# Mutations (POST - PUT)
type Mutation {
  createUser(emai         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题