-
Notifications
You must be signed in to change notification settings - Fork 9
Configurable per-test shema #10
Copy link
Copy link
Open
Description
Would be cool to be able to configure the schema at the per-test level. Maybe something like:
describe 'foobar', type: :graphql do
schema FoobarSchema
it '...' {}
enddescribe 'foobar', type: :graphql do
schema(FoobarSchema) do
# Annoymous schema, similar to anonymous controllers.
# Add stuff in this new schema here...
end
it '...' {}
endReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels