Skip to content

[bug] dynamic schema example is not running for me #74

Description

@xoac

While testing static schema I found that dynamic schema don't run correct for me. Please check item #73; the dynamic and static start scripts are swapped.

version: async-graphql v6.0.8

Error:

error[E029]: Encountered 1 build error while trying to build a supergraph.

Caused by:
    PROVIDES_ON_NON_OBJECT_FIELD: [reviews] Invalid @provides directive on field "Review.product": field has type "String!" which is not a Composite Type
    
        The subgraph schemas you provided are incompatible with each other. See https://www.apollographql.com/docs/federation/errors/ for more information on resolving build errors.

error[E029]: Encountered 1 build error while trying to build a supergraph.

Caused by:
    PROVIDES_ON_NON_OBJECT_FIELD: [reviews] Invalid @provides directive on field "Review.product": field has type "String!" which is not a Composite Type
    
        The subgraph schemas you provided are incompatible with each other. See https://www.apollographql.com/docs/federation/errors/ for more information on resolving build errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions