Skip to content

Instantly share code, notes, and snippets.

@bdunogier
Created June 19, 2019 20:25
Show Gist options
  • Select an option

  • Save bdunogier/dadb58c73f1f3e96274d425cbf96285e to your computer and use it in GitHub Desktop.

Select an option

Save bdunogier/dadb58c73f1f3e96274d425cbf96285e to your computer and use it in GitHub Desktop.

Revisions

  1. bdunogier created this gist Jun 19, 2019.
    6 changes: 6 additions & 0 deletions ArticleContentConnection.types.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    ArticleContentConnection:
    type: relay-connection
    inherits:
    - DomainContentByIdentifierConnection
    config:
    nodeType: ArticleContent
    10 changes: 10 additions & 0 deletions DomainContentByIdentifierConnection.types.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    DomainContentByIdentifierConnection:
    type: relay-connection
    config:
    connectionFields:
    totalCount:
    type: Int
    sliceSize:
    type: Int!
    orderBy:
    type: String