АР
> One thing to note is that it is currently much easier to start with code-first and then switch to SDL-first because of the lack of schema directive support in code-first.
Size: a a a
АР
АР
АР
ꟿ
type Foo {
id: String!
a: String!
b: String!
dc: {
d: String!
c: String!
}
}
A1
KN
type Foo {
id: String!
a: String!
b: String!
dc: {
d: String!
c: String!
}
}
ꟿ
A
Д
ꟿ
ꟿ
AB
AB
ꟿ
ꟿ
a
BS
BS
ꟿ
extend type Query {
foo: String
}
ꟿ
export const getFoo = gql`
query getFoo {
foo
}
`