What is an exclamation point in GraphQL?

GraphQL

Quiz
•
Professional Development
•
Professional Development
•
Medium
Gagan Popli
Used 43+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
non-nullable field
nullable field
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
You are working with introspection in GraphQL and need to query the type of an object to get all available information. How would you do this?
Use the __typename meta field in your query.
Add a resolver with multiple queries.
Use the __type query
Use the __fields query with a typeName argument.
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
You are working on a project using GraphQL. You need to add basic information, including a title and the number of views, to a website using a custom object named "Website". Which code snippet correctly accomplishes this task?
object Website {
title: Boolean
numberOfViews: String
}
type Website {
title: String
numberOfViews: Int
}
declare object Website {
title: Boolean
numberOfViews: String
}
export Website {
title: String
numberOfViews: Int
}
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operation in GraphQL would be used to update an existing object in a backend database?
Query
PATCH
POST
Mutation
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In GraphQL, what kind of scalar only allows a specific set of allowed values?
enum type
reserved type
interface type
mutation type
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
const { MockList } = require('apollo-server');
const mocks = {
Person: () => ({
friends: () => new MockList([0,12])
}),
};
How many friends will be returned when you query that field?
Between 0 and 12 excluding 0 and 12
Between 0 and 12 inclusive
Between 0 and 12 excluding 0
Between 0 and 12 excluding 12
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which type of return value will cause Apollo Server to treat the resolver as async?
Promise
Awaitable
Observable
Task
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
WeStudy Quantalyser Fundamentals

Quiz
•
Professional Development
13 questions
Class review 8

Quiz
•
Professional Development
11 questions
Snowflake Fundamentals Quiz

Quiz
•
Professional Development
12 questions
Trailhead Experience

Quiz
•
Professional Development
10 questions
SFDC Apex Developer Training

Quiz
•
Professional Development
10 questions
GraphQL

Quiz
•
Professional Development
15 questions
WP20 Ahmedabad Celebration

Quiz
•
Professional Development
18 questions
GOOGLE ADS - TEST

Quiz
•
Professional Development
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade