Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fails to import this SDL #7998

Closed
adamblum opened this issue Feb 5, 2020 · 4 comments
Closed

fails to import this SDL #7998

adamblum opened this issue Feb 5, 2020 · 4 comments

Comments

@adamblum
Copy link

adamblum commented Feb 5, 2020

Describe the bug
attempting to import this bug generates error: "expected 'r' instead of 'y'"

To Reproduce

  • create New API
  • Import File
    Use attached file
    Expected behavior
    Imports schema
@adamblum
Copy link
Author

adamblum commented Feb 5, 2020

won't let me attach the SDL file. so here it is inline:

type AuthPayload {
id: Int!
email: String!
roles: String!
}

type Doc {
id: Int!
title: String!
org: Org
uri: String!
identifier: String!
officialUri: String!
creator: String!
publisher: String!
version: String!
description: String!
language: String!
adoptionStatus: String!
frameworktype: FrameworkType
note: String!
items: [Item]
}

type FrameworkType {
id: Int!
frameworkType: String!
docs: [Doc]
}

type Item {
id: Int!
doc: Doc
uri: String!
identifier: String!
fullStatement: String!
abbreviatedStatement: String!
conceptKeywords: String!
language: String!
notes: String!
}

input LoginInput {
email: String!
password: String!
}

type Mutation {
signup(signUpInput: SignUpInput): AuthPayload!
login(loginInput: LoginInput): AuthPayload!
}

type Org {
id: Int!
name: String
users: [User]
}

type Query {
docs: [Doc]
doc: Doc
items: [Item]
org: Org
users: [User]
user: User
}

input SignUpInput {
email: String!
password: String!
}

type User {
id: Int!
username: String
org: Org
}

@vvs11
Copy link

vvs11 commented Mar 17, 2020

Hi @adamblum could you share some more details with us? Your OS version, app version and if possible a video of this?

@umeshp7
Copy link

umeshp7 commented May 28, 2020

@adamblum
The GraphQL SDL provided by you is successfully imported in the recent version of Postman App (7.25.0). #8429
Could you please verify it and let us know if you are still facing any issues?

@DannyDainton
Copy link
Contributor

Closing this issue as it has now been resolved in version: 7.25.0

Please feel free to reopen with the steps to reproduce if the issue persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants