Skip to content

Unwrap non-null types when computing table name#24

Merged
jneurock merged 1 commit intokloeckner-i:masterfrom
jgwhite:non-null-table-name
Aug 1, 2019
Merged

Unwrap non-null types when computing table name#24
jneurock merged 1 commit intokloeckner-i:masterfrom
jgwhite:non-null-table-name

Conversation

@jgwhite
Copy link
Copy Markdown
Contributor

@jgwhite jgwhite commented Jul 31, 2019

This allows for fields like this:

type Thing {
  metadata: [Pair!]!
}

type Pair {
  key: String!
  value: String!
}

This allows for fields like this:

    type Thing {
      metadata: [Pair!]!
    }

    type Pair {
      key: String!
      value: String!
    }
@jneurock
Copy link
Copy Markdown
Contributor

jneurock commented Aug 1, 2019

Nice. Thank you!!

@jneurock jneurock merged commit 1baa8b5 into kloeckner-i:master Aug 1, 2019
@jgwhite jgwhite deleted the non-null-table-name branch August 1, 2019 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants